summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-01-18 05:12:49 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-01-18 05:12:49 +0000
commit5a2d7e5967a13aa18d48e24efc1cb1a47faad3f6 (patch)
tree4cb6a2c20ce7fcdf71322d104982c4745e0436ba /scripts
parentceb7aea57fb3a6f762b85931594251ca1239968b (diff)
Undoing unintentional change to scripts/vouchers
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2052 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 f3cc20cd..ac0b111f 100644
--- a/scripts/vouchers.pl
+++ b/scripts/vouchers.pl
@@ -384,5 +384,5 @@ sub batch_delete {
search_batch($request);
}
-require "scripts/custom/vouchers.pl";
+eval { do "scripts/custom/vouchers.pl"};
1;