From f491cc2d328791ca9b1b5812a35959e7cfead77e Mon Sep 17 00:00:00 2001 From: einhverfr Date: Sun, 18 Nov 2007 00:36:36 +0000 Subject: Payments changes committed, through QA git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1873 4979c152-3d1c-0410-bac9-87ea11338e46 --- scripts/payment.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'scripts') 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) }; -- cgit v1.2.3