summaryrefslogtreecommitdiff
path: root/bin/arap.pl
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-11-29 20:24:56 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-11-29 20:24:56 +0000
commitbc761936059300ae24be93b5ac7dcbf3a0c62a34 (patch)
treeee2060f8af976cfd243d898dfe343769dc2a9ab9 /bin/arap.pl
parentadcdb4574294942cee0efeeb7bc805a265b1c9d9 (diff)
Fix for bug 1831402
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1920 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin/arap.pl')
-rw-r--r--bin/arap.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/arap.pl b/bin/arap.pl
index 782cc077..54ab7958 100644
--- 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
}
}