diff options
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}); |