summaryrefslogtreecommitdiff
path: root/bin/mozilla/aa.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mozilla/aa.pl')
-rwxr-xr-xbin/mozilla/aa.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/mozilla/aa.pl b/bin/mozilla/aa.pl
index abbbd7da..95e4b3d0 100755
--- a/bin/mozilla/aa.pl
+++ b/bin/mozilla/aa.pl
@@ -963,6 +963,10 @@ sub post {
}
if (AA->post_transaction(\%myconfig, \%$form)) {
+ $form->update_status(\%myconfig);
+ if ($form->{printandpost}){
+ &{ "print_$form->{formname}" }($old_form, 1);
+ }
$form->redirect($locale->text('Transaction posted!'));
} else {
$form->error($locale->text('Cannot post transaction!'));