[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[3752] branches/1.3/bin/aa.pl
- Subject: SF.net SVN: ledger-smb:[3752] branches/1.3/bin/aa.pl
- From: ..hidden..
- Date: Mon, 26 Sep 2011 22:56:19 +0000
Revision: 3752
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3752&view=rev
Author: einhverfr
Date: 2011-09-26 22:56:18 +0000 (Mon, 26 Sep 2011)
Log Message:
-----------
Correcting redirection of AR/AP transactions
Modified Paths:
--------------
branches/1.3/bin/aa.pl
Modified: branches/1.3/bin/aa.pl
===================================================================
--- branches/1.3/bin/aa.pl 2011-09-26 22:22:46 UTC (rev 3751)
+++ branches/1.3/bin/aa.pl 2011-09-26 22:56:18 UTC (rev 3752)
@@ -1360,8 +1360,7 @@
{
$form->{callback}.= qq|&batch_id=$form->{batch_id}|;
}
-
- $form->redirect( $locale->text('Transaction posted!') );
+ edit();
}
else {
$form->error( $locale->text('Cannot post transaction!') );
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.