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

SF.net SVN: ledger-smb:[2957] branches/1.2/bin/rp.pl



Revision: 2957
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2957&view=rev
Author:   einhverfr
Date:     2010-03-10 19:34:28 +0000 (Wed, 10 Mar 2010)

Log Message:
-----------
Correcting issue with ar/aging summary report on 1.2

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

Modified: branches/1.2/bin/rp.pl
===================================================================
--- branches/1.2/bin/rp.pl	2010-03-10 05:37:17 UTC (rev 2956)
+++ branches/1.2/bin/rp.pl	2010-03-10 19:34:28 UTC (rev 2957)
@@ -1688,7 +1688,9 @@
         }
 
         $k++;
-
+        if ($ctid == 0){
+            $ctid = $ref->{ctid};
+        }
         if ( $ctid != $ref->{ctid} ) {
 
             $i++;


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