diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2016-09-25 12:20:52 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2016-09-25 12:20:52 -0700 |
| commit | 9d44cb2be1bfdfb20d3f733b07ca4441e7f18401 (patch) | |
| tree | 43cb1862d1c282e4bfa50a952fa2b43f3e2b595f /httemplate/view/cust_bill.cgi | |
| parent | 6f234776ee49a5991d6a8a0f360ad32f536c6668 (diff) | |
fix translation escaping
Diffstat (limited to 'httemplate/view/cust_bill.cgi')
| -rwxr-xr-x | httemplate/view/cust_bill.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/view/cust_bill.cgi b/httemplate/view/cust_bill.cgi index d9525750c..6d5277612 100755 --- a/httemplate/view/cust_bill.cgi +++ b/httemplate/view/cust_bill.cgi @@ -83,7 +83,7 @@ function areyousure(href, message) { % $onclick = '<A HREF="#" onclick="'.$onclick.'">'; % if ( $cust_bill->promised_date ) { % my $date_format = $conf->config('date_format') || '%b %o, %Y'; - <% mt('Payment promised by [_1]', + <% emt('Payment promised by [_1]', time2str($date_format, $cust_bill->promised_date) ) %> ( <% $onclick %><% mt('change') |h %></A> ) <BR><BR> @@ -144,7 +144,7 @@ function areyousure(href, message) { % $cust_bill->cust_main->agent->invoice_modes; % if ( @modes || $include_statement_template ) { <% $br ? '|' : '' %> -<% mt('View as:') %> +<% emt('View as:') %> <FORM STYLE="display:inline" ACTION="<% $cgi->url %>" METHOD="GET"> <INPUT NAME="invnum" VALUE="<% $invnum %>" TYPE="hidden"> <& /elements/select-table.html, |
