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