diff options
author | levinse <levinse> | 2011-05-27 02:25:43 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-05-27 02:25:43 +0000 |
commit | 8ef00c68688492b2afa3dde8d3d467f89f238c40 (patch) | |
tree | 925ca79783058b15176eafa993b3e636c9f5b1f6 /httemplate/view/cust_bill.cgi | |
parent | 82879083dd2efddf02192ad48ad0e46e1a16662b (diff) |
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/view/cust_bill.cgi')
-rwxr-xr-x | httemplate/view/cust_bill.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_bill.cgi b/httemplate/view/cust_bill.cgi index 4dc03adc3..2ce294e9a 100755 --- a/httemplate/view/cust_bill.cgi +++ b/httemplate/view/cust_bill.cgi @@ -1,4 +1,4 @@ -<& /elements/header.html, emt('Invoice View'), menubar( +<& /elements/header.html, mt('Invoice View'), menubar( emt("View this customer (#[_1])",$display_custnum) => "${p}view/cust_main.cgi?$custnum", ) &> |