X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fcust_bill.cgi;h=6d5277612f190d181b3a4519bf7380ae19dcbade;hp=d9525750cdc6923dbae7e5898dcffbf04e805dba;hb=4dc075fc38008d1c6cbe9b88b2bdb32bdc92adbf;hpb=42a5e5491d250c6462bc9e5bad53786414020fa9 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 = ''; % 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 %> )

@@ -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:') %>
<& /elements/select-table.html,