summaryrefslogtreecommitdiff
path: root/bin/arap.pl
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-11-29 20:25:15 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-11-29 20:25:15 +0000
commite9ca709ec10b5d44eb0f1352e3438e02d5ebc93c (patch)
tree5c9e2bf8954853deeb617abebda7cda6e7fb4cbd /bin/arap.pl
parent81afc95f60b3f9195aefb0452056463599a1be24 (diff)
Fix for bug 1831402
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1921 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin/arap.pl')
-rwxr-xr-xbin/arap.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/arap.pl b/bin/arap.pl
index 7ad58466..94223af4 100755
--- a/bin/arap.pl
+++ b/bin/arap.pl
@@ -1024,6 +1024,8 @@ sub reprint {
( $form->{message} ) ? $form->{message} : $locale->text('sent');
$form->save_intnotes( \%myconfig, $form->{module} );
+
+ 0; #SC: Reversing the expected value to work with its caller
}
}