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

SF.net SVN: ledger-smb:[3701] trunk/scripts/payment.pl



Revision: 3701
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3701&view=rev
Author:   einhverfr
Date:     2011-09-16 22:06:40 +0000 (Fri, 16 Sep 2011)
Log Message:
-----------
Correcting bug 3408234 re: payment printing

Modified Paths:
--------------
    trunk/scripts/payment.pl

Modified: trunk/scripts/payment.pl
===================================================================
--- trunk/scripts/payment.pl	2011-09-15 23:43:59 UTC (rev 3700)
+++ trunk/scripts/payment.pl	2011-09-16 22:06:40 UTC (rev 3701)
@@ -527,6 +527,7 @@
         #    my $E = shift;
         #    $payment->error( $E->stacktrace );
         #};
+        $request->{action} = 'update_payments';
         display_payments(@_);
 
     } else {

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