summaryrefslogtreecommitdiff
path: root/httemplate/view/cust_bill.cgi
diff options
context:
space:
mode:
authorlevinse <levinse>2011-05-18 00:55:36 +0000
committerlevinse <levinse>2011-05-18 00:55:36 +0000
commita9916ce48023939ab1d2506704f5545eb183a2ea (patch)
tree7548eccc150dd0efe0b25df3362ce87623498a49 /httemplate/view/cust_bill.cgi
parent781f1fd28bb3dbe75fd24c627792618409da7143 (diff)
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/view/cust_bill.cgi')
-rwxr-xr-xhttemplate/view/cust_bill.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/view/cust_bill.cgi b/httemplate/view/cust_bill.cgi
index 8ddeb1c..4dc03ad 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')