diff options
-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; |