diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-11-18 00:36:36 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-11-18 00:36:36 +0000 |
commit | f491cc2d328791ca9b1b5812a35959e7cfead77e (patch) | |
tree | 4120bcdb24f7b4f674d8facc3660d1afa03e1a60 /scripts | |
parent | 8d2f3413b17a1ceadbf73d21d87ef42b2155d5e6 (diff) |
Payments changes committed, through QA
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1873 4979c152-3d1c-0410-bac9-87ea11338e46
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) }; |