From eb1ff5885cd1abf6c94cfcb0f46de7c651f50ac9 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 8 Nov 2016 01:51:11 -0800 Subject: [PATCH] 4.x style credit card payment --- httemplate/misc/payment.cgi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/httemplate/misc/payment.cgi b/httemplate/misc/payment.cgi index 24248eb27..35f57e8d6 100644 --- a/httemplate/misc/payment.cgi +++ b/httemplate/misc/payment.cgi @@ -1,6 +1,6 @@ -<& /elements/header.html, mt("Process [_1] payment",$type{$payby}) &> -<& /elements/small_custview.html, $cust_main, '', '', popurl(2) . "view/cust_main.cgi" &> -
+<& /elements/header-cust_main.html, view=>'payment_history', cust_main=>$cust_main &> + +

<% emt("Process [_1] payment",$type{$payby}) %>

@@ -309,7 +309,7 @@ function change_batch_checkbox () {
-<& /elements/footer.html &> +<& /elements/footer-cust_main.html &> <%once> my %weight = ( -- 2.11.0