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

SF.net SVN: ledger-smb:[5700] trunk



Revision: 5700
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5700&view=rev
Author:   einhverfr
Date:     2013-03-23 14:55:40 +0000 (Sat, 23 Mar 2013)
Log Message:
-----------
Fixing reconciliation ordering not working

Modified Paths:
--------------
    trunk/Changelog
    trunk/LedgerSMB/Scripts/recon.pm

Modified: trunk/Changelog
===================================================================
--- trunk/Changelog	2013-03-23 13:57:09 UTC (rev 5699)
+++ trunk/Changelog	2013-03-23 14:55:40 UTC (rev 5700)
@@ -96,6 +96,7 @@
 * Fixed handling of spaces in debit/credit cols/gl (Chris T, 3607219)
 * Fixed handling of invoice numbers on recurring (Chris T, 3602382)
 * Fixed language code changes delayed (Chris T, 3607220) 
+* Fixed order by on reconciliation screen not working (Chris T, 3607223)
 
 Changelog for 1.3.30
 * Documented behavior of Outstanding Summary report (Chris T, 3601314)

Modified: trunk/LedgerSMB/Scripts/recon.pm
===================================================================
--- trunk/LedgerSMB/Scripts/recon.pm	2013-03-23 13:57:09 UTC (rev 5699)
+++ trunk/LedgerSMB/Scripts/recon.pm	2013-03-23 14:55:40 UTC (rev 5700)
@@ -75,7 +75,7 @@
     $recon->{dbh}->commit;
     if ($recon->{line_order}){
        $recon->set_ordering(
-		{method => 'reconciliation__report_details', 
+		{method => 'reconciliation__report_details_payee', 
 		column  => $recon->{line_order}}
        );
     }

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