X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_main%2Fbilling.html;h=fec30f87a47a089a29dd07b67b0038c587787f16;hb=93ec97f7d887bfd8e172f476edd8477546b5d597;hp=95ae985b9ff21c62e50afbd286e9ad61cc660572;hpb=e141dcae4712d6fc9d5207ad42f864605788309f;p=freeside.git diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index 95ae985b9..fec30f87a 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -1,4 +1,4 @@ -<% mt('Billing information') |h %> +<% emt('Billing information') |h %> %# If we can't see the unencrypted card, then bill now is an exercise in %# frustration (without some sort of job queue magic to send it to a secure %# machine, anyway) @@ -8,7 +8,7 @@ %# (<% mt('Bill now') |h %>) (<& /elements/bill.html, custnum => $cust_main->custnum, - label => mt('Bill now'), + label => emt('Bill now'), url => $p.'view/cust_main.cgi?'.$cust_main->custnum, &>) % } @@ -170,12 +170,12 @@ % } -% my $yes = mt('yes'); -% my $no = mt('no'); +% my $yes = emt('yes'); +% my $no = emt('no'); % my @exempt_groups = grep /\S/, $conf->config('tax-cust_exempt-groups'); - <% mt('Tax exempt') |h %><% @exempt_groups ? ' ('.mt('all taxes').')' : '' %> + <% mt('Tax exempt') |h %><% @exempt_groups ? ' ('.emt('all taxes').')' : '' %> <% $cust_main->tax ? $yes : $no %> % foreach my $exempt_group ( @exempt_groups ) { @@ -212,7 +212,7 @@ <% mt('Invoice terms') |h %> - <% $cust_main->invoice_terms || mt('Default').' ('. ( $conf->config('invoice_default_terms') || mt('Payable upon receipt') ). ')' %> + <% $cust_main->invoice_terms || emt('Default').' ('. ( $conf->config('invoice_default_terms') || emt('Payable upon receipt') ). ')' %>