From 44ed8f67ced13b6c2d4298577652243fe2eee453 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 8 Nov 2016 01:22:18 -0800 Subject: [PATCH] payment posting styled inside customer --- httemplate/edit/cust_pay.cgi | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/httemplate/edit/cust_pay.cgi b/httemplate/edit/cust_pay.cgi index 116eeebd6..a203e9131 100755 --- a/httemplate/edit/cust_pay.cgi +++ b/httemplate/edit/cust_pay.cgi @@ -1,25 +1,20 @@ % if ( $link eq 'popup' ) { <& /elements/header-popup.html, $title &> % } else { - <& /elements/header.html, $title, '' &> + <& /elements/header-cust_main.html, view=>'payment_history', custnum=>$custnum &> +

<% $title |h %>

% } <& /elements/init_calendar.html &> <& /elements/error.html &> -% unless ( $link eq 'popup' ) { - <% small_custview($custnum, $conf->config('countrydefault')) %> -% } -
-
- <% mt('Payment') |h %> <% ntable("#cccccc", 2) %> @@ -122,7 +117,7 @@ % } else { - <& /elements/footer.html &> + <& /elements/footer-cust_main.html &> % } <%init> -- 2.11.0