X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_pay.cgi;h=f9f99de7e0d47f7f209fd3fcdf5d5c7bcb8146aa;hp=5d74365e7223bc418034230cfe0a3afe15501edb;hb=eb778278d1f0c9ceaed5ba4ae1b0a5730b8b1f57;hpb=9aee669886202be7035e6c6049fc71bc99dd3013 diff --git a/httemplate/edit/cust_pay.cgi b/httemplate/edit/cust_pay.cgi index 5d74365e7..f9f99de7e 100755 --- a/httemplate/edit/cust_pay.cgi +++ b/httemplate/edit/cust_pay.cgi @@ -1,27 +1,21 @@ % 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 = ( % 'name' => '_date', @@ -41,8 +35,8 @@ % } - - + + % if ( $conf->exists('part_pkg-term_discounts') ) { @@ -54,29 +48,29 @@ % if ( $payby eq 'BILL' ) { - + % } % elsif ( $payby eq 'CASH' and $conf->exists('require_cash_deposit_info') ) { - + - + - + - + - + % } @@ -95,8 +89,8 @@ % } elsif ( $link eq 'invnum' ) { - - + + % } @@ -114,7 +108,7 @@
<% mt('Amount') |h %><% $money_char |h %> <% mt('by') |h %> <% mt(FS::payby->payname($payby)) |h %><% mt('Amount') |h %><% $money_char |h %> <% mt('by') |h %> <% mt(FS::payby->payname($payby)) |h %>
<% mt('Check #') |h %><% mt('Check #') |h %>
<% mt('Bank') |h %><% mt('Bank') |h %>
<% mt('Check #') |h %><% mt('Check #') |h %>
<% mt('Teller #') |h %><% mt('Teller #') |h %>
<% mt('Depositor') |h %><% mt('Depositor') |h %>
<% mt('Account #') |h %><% mt('Account #') |h %>
<% mt('Apply to') |h %>Invoice #<% $linknum %> only<% mt('Apply to') |h %>Invoice #<% $linknum %> only

- +
@@ -122,7 +116,7 @@ % } else { - <& /elements/footer.html &> + <& /elements/footer-cust_main.html &> % } <%init>