X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_pay.cgi;h=3fd9c79eb1681e6430ef5a4aff2fbb0cbb09da49;hb=0e845fa6f04733d82ea8ca092c7778aef773ab5d;hp=638679a46302765bc29dff277efcd4af55a38b5a;hpb=d390a44c761d9245f5910e5ef931182fc205eb39;p=freeside.git diff --git a/httemplate/edit/cust_pay.cgi b/httemplate/edit/cust_pay.cgi index 638679a46..3fd9c79eb 100755 --- a/httemplate/edit/cust_pay.cgi +++ b/httemplate/edit/cust_pay.cgi @@ -1,12 +1,12 @@ % if ( $link eq 'popup' ) { - <% include('/elements/header-popup.html', $title ) %> + <& /elements/header-popup.html, $title &> % } else { - <% include("/elements/header.html", $title, '') %> + <& /elements/header.html, $title, '' &> % } -<% include('/elements/init_calendar.html') %> +<& /elements/init_calendar.html &> -<% include('/elements/error.html') %> +<& /elements/error.html &> % unless ( $link eq 'popup' ) { <% small_custview($custnum, $conf->config('countrydefault')) %> @@ -20,14 +20,14 @@

-Payment +<% mt('Payment') |h %> <% ntable("#cccccc", 2) %> - Date + <% mt('Date') |h %> - + @@ -41,20 +41,19 @@ Payment - Amount + <% mt('Amount') |h %> <% $money_char %> - by <% FS::payby->payname($payby) %> + <% mt('by') |h %> <% mt(FS::payby->payname($payby)) |h %> - <% include('/elements/tr-select-discount_term.html', + <& /elements/tr-select-discount_term.html, 'custnum' => $custnum, - 'cgi' => $cgi - ) - %> + 'amount_id' => 'paid', + &> % if ( $payby eq 'BILL' ) { - Check # + <% mt('Check #') |h %> % } @@ -62,16 +61,16 @@ Payment % if ( $link eq 'custnum' || $link eq 'popup' ) { - Auto-apply
to invoices + <% mt('Auto-apply to invoices') |h %> +