diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-08-01 19:59:47 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-08-01 19:59:47 +0000 |
commit | 074d0d7379de945e0b663bb699c44567e32813a4 (patch) | |
tree | 328065868f953be85da008f4dd1b05c845ae01c2 /scripts | |
parent | ef3f1093aeca764039bbffcb9ce5f563ce95e6fa (diff) |
* 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
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/payment.pl | 4 |
1 files changed, 4 insertions, 0 deletions
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}); |