From: Ivan Kohler Date: Tue, 8 Nov 2016 09:22:20 +0000 (-0800) Subject: payment posting styled inside customer X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=6735a4c543ee51a75a3feff3d3c535dbab389de2 payment posting styled inside customer --- 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>