diff options
author | levinse <levinse> | 2011-05-18 00:55:36 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-05-18 00:55:36 +0000 |
commit | a9916ce48023939ab1d2506704f5545eb183a2ea (patch) | |
tree | 7548eccc150dd0efe0b25df3362ce87623498a49 /httemplate/view/cust_bill.cgi | |
parent | 781f1fd28bb3dbe75fd24c627792618409da7143 (diff) |
internationalization/localization, RT12515
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 8ddeb1c81..4dc03adc3 100755 --- a/httemplate/view/cust_bill.cgi +++ b/httemplate/view/cust_bill.cgi @@ -1,5 +1,5 @@ -<& /elements/header.html, mt('Invoice View'), menubar( - mt("View this customer (#[_1])",$display_custnum) => "${p}view/cust_main.cgi?$custnum", +<& /elements/header.html, emt('Invoice View'), menubar( + emt("View this customer (#[_1])",$display_custnum) => "${p}view/cust_main.cgi?$custnum", ) &> % if ( $conf->exists('deleteinvoices') |