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

SF.net SVN: ledger-smb:[3123] trunk/LedgerSMB/DBObject/Reconciliation.pm



Revision: 3123
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3123&view=rev
Author:   einhverfr
Date:     2011-02-23 22:20:25 +0000 (Wed, 23 Feb 2011)

Log Message:
-----------
Correcting error in reconciliation module reported by John Locke

Modified Paths:
--------------
    trunk/LedgerSMB/DBObject/Reconciliation.pm

Modified: trunk/LedgerSMB/DBObject/Reconciliation.pm
===================================================================
--- trunk/LedgerSMB/DBObject/Reconciliation.pm	2011-02-23 22:10:20 UTC (rev 3122)
+++ trunk/LedgerSMB/DBObject/Reconciliation.pm	2011-02-23 22:20:25 UTC (rev 3123)
@@ -328,7 +328,7 @@
     @{$self->{report_lines}} = $self->exec_method(
 		funcname=>'reconciliation__report_details'
     );
-    $ref = $self->exec_method(
+    ($ref) = $self->exec_method(
                 funcname=>'reconciliation__get_cleared_balance'
     );
 


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