diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-01-15 19:52:19 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-01-15 19:52:19 +0000 |
commit | de145349db9f7170d5b79581c951b15d5967b129 (patch) | |
tree | 64becb4f28d3c1b05f4f69dbf69792c000a8ae15 /scripts | |
parent | d52f13497c463e4817f06a2fdbf6110b994a3c06 (diff) |
Correcting bad customization inclusion
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2048 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/vouchers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vouchers.pl b/scripts/vouchers.pl index 1b5569d1..ac0b111f 100644 --- a/scripts/vouchers.pl +++ b/scripts/vouchers.pl @@ -384,5 +384,5 @@ sub batch_delete { search_batch($request); } -eval { do "scripts/custom/Voucher.pl"}; +eval { do "scripts/custom/vouchers.pl"}; 1; |