summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-03-24 23:08:20 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2008-03-24 23:08:20 +0000
commitb791c7eae11321279cdbef55686c5d9d2be9f484 (patch)
tree2c468a775e4fe78cc968a221e6064b0a96d727a2 /scripts
parent2d996691358d2152fe6c847b9adb4918f7001763 (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
Diffstat (limited to 'scripts')
-rw-r--r--scripts/vouchers.pl4
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);