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

SF.net SVN: ledger-smb: [2132] branches/1.2/LedgerSMB/AA.pm



Revision: 2132
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2132&view=rev
Author:   einhverfr
Date:     2008-05-12 11:25:42 -0700 (Mon, 12 May 2008)

Log Message:
-----------
Correcting AR/AP transaction summary info posting error behind 1870065

Modified Paths:
--------------
    branches/1.2/LedgerSMB/AA.pm

Modified: branches/1.2/LedgerSMB/AA.pm
===================================================================
--- branches/1.2/LedgerSMB/AA.pm	2008-05-09 23:01:04 UTC (rev 2131)
+++ branches/1.2/LedgerSMB/AA.pm	2008-05-12 18:25:42 UTC (rev 2132)
@@ -314,7 +314,7 @@
         $form->{transdate},     $form->{"$form->{vc}_id"},
         $form->{taxincluded},   $invamount,
         $form->{duedate},       $paid,
-        $datepaid,              $invnetamout,
+        $datepaid,              $invnetamount,
         $form->{currency},      $form->{notes},
         $form->{department_id}, $form->{employee_id},
         $form->{ponumber},      $form->{id}


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