diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-03-24 23:08:20 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-03-24 23:08:20 +0000 |
commit | b791c7eae11321279cdbef55686c5d9d2be9f484 (patch) | |
tree | 2c468a775e4fe78cc968a221e6064b0a96d727a2 | |
parent | 2d996691358d2152fe6c847b9adb4918f7001763 (diff) |
Correcting error when posting from details screen.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2116 4979c152-3d1c-0410-bac9-87ea11338e46
-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); |