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

SF.net SVN: ledger-smb: [1100] branches/1.2



Revision: 1100
          http://svn.sourceforge.net/ledger-smb/?rev=1100&view=rev
Author:   einhverfr
Date:     2007-04-25 09:12:31 -0700 (Wed, 25 Apr 2007)

Log Message:
-----------
Fixing closed books handling

Modified Paths:
--------------
    branches/1.2/Changelog
    branches/1.2/LedgerSMB/AM.pm

Modified: branches/1.2/Changelog
===================================================================
--- branches/1.2/Changelog	2007-04-24 23:35:45 UTC (rev 1099)
+++ branches/1.2/Changelog	2007-04-25 16:12:31 UTC (rev 1100)
@@ -1,5 +1,6 @@
 Changelog for 1.2.5
 * Partsgroup handling corrected on POS and Sales invoice screens (Chris T)
+* Closed books handling is corrected (Chris T)
 
 Changelog for 1.2.4
 * Fixed internal functions avgcost() and lastcost() to not use float (Joshua D)

Modified: branches/1.2/LedgerSMB/AM.pm
===================================================================
--- branches/1.2/LedgerSMB/AM.pm	2007-04-24 23:35:45 UTC (rev 1099)
+++ branches/1.2/LedgerSMB/AM.pm	2007-04-25 16:12:31 UTC (rev 1100)
@@ -1692,7 +1692,7 @@
     for (qw(revtrans closedto audittrail)) {
 
         if ( $form->{$_} ) {
-            $val = 1;
+            $val = $form->{$_};
         }
         else {
             $val = 0;


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