X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_pay.cgi;h=acc67c4b54aa97018f39750e22bc4516d92d57f8;hp=116eeebd651f739c3d805a3b6b625c972b1df687;hb=0353e495131736a7c03d87b4d8c1d500cb96b863;hpb=4b05b20576ddb14577d59c87c8257c6804449410 diff --git a/httemplate/edit/cust_pay.cgi b/httemplate/edit/cust_pay.cgi index 116eeebd6..acc67c4b5 100755 --- a/httemplate/edit/cust_pay.cgi +++ b/httemplate/edit/cust_pay.cgi @@ -1,26 +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) %> % my %date_args = ( @@ -122,7 +116,7 @@ % } else { - <& /elements/footer.html &> + <& /elements/footer-cust_main.html &> % } <%init>