[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[4060] branches/1.3/bin/rp.pl



Revision: 4060
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4060&view=rev
Author:   einhverfr
Date:     2011-11-24 23:55:49 +0000 (Thu, 24 Nov 2011)
Log Message:
-----------
Correcting error on xls/ods/csv export of trial balance, invalid end of year filter

Modified Paths:
--------------
    branches/1.3/bin/rp.pl

Modified: branches/1.3/bin/rp.pl
===================================================================
--- branches/1.3/bin/rp.pl	2011-11-24 23:33:56 UTC (rev 4059)
+++ branches/1.3/bin/rp.pl	2011-11-24 23:55:49 UTC (rev 4060)
@@ -610,7 +610,7 @@
 
     $form->{callback} = "$form->{script}?action=generate_trial_balance";
     for (
-        qw(login path sessionid nextsub fromdate todate month year interval l_heading l_subtotal all_accounts accounttype title)
+        qw(login path sessionid nextsub fromdate todate month year interval l_heading l_subtotal all_accounts accounttype title ignore_yearend)
       )
     {
         $form->{callback} .= "&$_=$form->{$_}";
@@ -640,6 +640,7 @@
         department => $form->{department},
         projectnumber => $form->{projectnumber},
         project_id => $form->{project_id},
+        ignore_yearend => $form->{ignore_yearend},
     );
 
     my @options;

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.