summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-06-27 15:57:40 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-06-27 15:57:40 +0000
commitbcad4c564e42b4f5857772da8ff748855f5283ee (patch)
tree4da11ad024a18381570027544cfab40d8f4a84ee /bin
parentf1b4e18c138d7c6e8e44ed364653776b50710fc4 (diff)
* Fixed user@company logins
* Fixed closed books detection * Fixed AR/AP print and post endless loop git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1336 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin')
-rwxr-xr-xbin/arapprn.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/arapprn.pl b/bin/arapprn.pl
index 397a624c..2d5bf189 100755
--- a/bin/arapprn.pl
+++ b/bin/arapprn.pl
@@ -132,6 +132,8 @@ sub print {
}
if ( $form->{printandpost} ) {
+ delete $form->{printandpost};
+ $form->{action} = 'post';
&post;
}
else {