X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_bill.cgi;h=2d090820a810d64834fb26f5f619bcfc3f88a665;hb=d9f02dd085aef4e8d8579cd34be0c6991ccf4f44;hp=c25dc3e08fccfea18d4b8162038b25ac77e20c91;hpb=dba51aaeccee329da6c1fe5b0405f8b0a32cc498;p=freeside.git diff --git a/httemplate/view/cust_bill.cgi b/httemplate/view/cust_bill.cgi index c25dc3e08..2d090820a 100755 --- a/httemplate/view/cust_bill.cgi +++ b/httemplate/view/cust_bill.cgi @@ -84,7 +84,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 %> )

@@ -149,7 +149,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,