diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/payment.pl | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/scripts/payment.pl b/scripts/payment.pl index 5b56e1f3..d50eb15b 100644 --- a/scripts/payment.pl +++ b/scripts/payment.pl @@ -247,13 +247,7 @@ sub post_payments_bulk { format => 'HTML', ); } else { - $template = LedgerSMB::Template->new( - user => $request->{_user}, - locale => $request->{_locale}, - path => 'UI/payments', - template => 'payments_filter', - format => 'HTML', - ); + payments($request); } $template->render($payment); } |