summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-01-18 05:10:19 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-01-18 05:10:19 +0000
commit95a1a1bc48022d7c199bfd63f3f5069686a6d934 (patch)
tree73dd36449b604026081b359bef042e93aab3ae85 /scripts
parent7fde4d6119cccd548d46adcee7c88b9d1e6a756f (diff)
Correcting join projection issues in AP/Outstanding report
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2050 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'scripts')
-rw-r--r--scripts/vouchers.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vouchers.pl b/scripts/vouchers.pl
index ac0b111f..f3cc20cd 100644
--- a/scripts/vouchers.pl
+++ b/scripts/vouchers.pl
@@ -384,5 +384,5 @@ sub batch_delete {
search_batch($request);
}
-eval { do "scripts/custom/vouchers.pl"};
+require "scripts/custom/vouchers.pl";
1;