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

SF.net SVN: ledger-smb:[5890] branches/1.3/bin/gl.pl



Revision: 5890
          http://sourceforge.net/p/ledger-smb/code/5890
Author:   einhverfr
Date:     2013-06-04 10:33:03 +0000 (Tue, 04 Jun 2013)
Log Message:
-----------
Fixing 839, incorrect callback on transaction from gl report

Modified Paths:
--------------
    branches/1.3/bin/gl.pl

Modified: branches/1.3/bin/gl.pl
===================================================================
--- branches/1.3/bin/gl.pl	2013-06-04 10:16:31 UTC (rev 5889)
+++ branches/1.3/bin/gl.pl	2013-06-04 10:33:03 UTC (rev 5890)
@@ -507,12 +507,12 @@
     GL->all_transactions( \%myconfig, \%$form );
 
     $href =
-"$form->{script}?action=generate_report&direction=$form->{direction}&oldsort=$form->{oldsort}&path=$form->{path}&login=$form->{login}&sessionid=$form->{sessionid}";
+"$form->{script}?action=generate_report&account=$form->{account}&direction=$form->{direction}&oldsort=$form->{oldsort}&path=$form->{path}&login=$form->{login}&sessionid=$form->{sessionid}";
 
     $form->sort_order();
 
     $callback =
-"$form->{script}?action=generate_report&direction=$form->{direction}&oldsort=$form->{oldsort}&path=$form->{path}&login=$form->{login}&sessionid=$form->{sessionid}";
+"$form->{script}?action=generate_report&account=$form->{account}&direction=$form->{direction}&oldsort=$form->{oldsort}&path=$form->{path}&login=$form->{login}&sessionid=$form->{sessionid}";
 
     my %hiddens = (
         'action' => 'generate_report',

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