From 074d0d7379de945e0b663bb699c44567e32813a4 Mon Sep 17 00:00:00 2001 From: einhverfr Date: Fri, 1 Aug 2008 19:59:47 +0000 Subject: * Adding subtotal and grand total to multiple payment workflow * Correcting issues with CHECKED attributes in elements.html * Correcting update-safe issues with multiple payment workflow. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2230 4979c152-3d1c-0410-bac9-87ea11338e46 --- scripts/payment.pl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts') diff --git a/scripts/payment.pl b/scripts/payment.pl index 3c5b6671..295ad60e 100644 --- a/scripts/payment.pl +++ b/scripts/payment.pl @@ -353,6 +353,10 @@ sub print { } +sub update_payments { + display_payments(@_); +} + sub display_payments { my ($request) = @_; my $payment = LedgerSMB::DBObject::Payment->new({'base' => $request}); -- cgit v1.2.3