diff options
-rw-r--r-- | scripts/vouchers.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/vouchers.pl b/scripts/vouchers.pl index ac0b111f..da3901d6 100644 --- a/scripts/vouchers.pl +++ b/scripts/vouchers.pl @@ -351,6 +351,10 @@ sub list_batches_batch_approve { batch_approve(@_); } +sub get_batch__batch_approve { + batch_approve(@_); +} + sub get_batch_voucher_delete { my ($request) = @_; my $batch = LedgerSMB::Batch->new(base => $request); |