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

SF.net SVN: ledger-smb:[2388] trunk/scripts/payment.pl



Revision: 2388
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2388&view=rev
Author:   einhverfr
Date:     2008-11-11 00:56:12 +0000 (Tue, 11 Nov 2008)

Log Message:
-----------
Correcting batch retrieval call

Modified Paths:
--------------
    trunk/scripts/payment.pl

Modified: trunk/scripts/payment.pl
===================================================================
--- trunk/scripts/payment.pl	2008-11-11 00:55:07 UTC (rev 2387)
+++ trunk/scripts/payment.pl	2008-11-11 00:56:12 UTC (rev 2388)
@@ -272,7 +272,7 @@
                          {base => $payment,
                          copy  => 'base' }
         );
-        $batch->{id} = $payment->{batch_id};
+        $batch->{batch_id} = $payment->{batch_id};
         $batch->get;
         $payment->{batch_description} = $batch->{description};
         $payment->{batch_control_code} = $batch->{control_code};


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