diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/payment.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/payment.pl b/scripts/payment.pl index ae476a9b..01e32fc7 100644 --- a/scripts/payment.pl +++ b/scripts/payment.pl @@ -157,6 +157,7 @@ my $template; $template = LedgerSMB::Template->new( user => $request->{_user}, locale => $request->{_locale}, +# path => 'UI/payments', path => 'UI', template => 'payment1', format => 'HTML', ); @@ -362,7 +363,8 @@ my $select = { my $template = LedgerSMB::Template->new( user => $request->{_user}, locale => $request->{_locale}, - path => 'UI', +# path => 'UI/payments', + path => 'UI', template => 'payment2', format => 'HTML' ); eval {$template->render($select) }; |