summaryrefslogtreecommitdiff
path: root/scripts/payment.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/payment.pl')
-rw-r--r--scripts/payment.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/payment.pl b/scripts/payment.pl
index 01e32fc7..b6dd87d4 100644
--- a/scripts/payment.pl
+++ b/scripts/payment.pl
@@ -157,8 +157,8 @@ my $template;
$template = LedgerSMB::Template->new(
user => $request->{_user},
locale => $request->{_locale},
-# path => 'UI/payments',
- path => 'UI',
+ path => 'UI/payments',
+# path => 'UI',
template => 'payment1',
format => 'HTML', );
$template->render($select);# And finally, Lets print the screen :)