diff options
author | levinse <levinse> | 2011-05-16 15:18:56 +0000 |
---|---|---|
committer | levinse <levinse> | 2011-05-16 15:18:56 +0000 |
commit | a363a49c213f1e64add5c34a8a2bd17d154adfd3 (patch) | |
tree | 853a5a191b05aa31813bd74bd3d77725d23f89a1 /httemplate/view/cust_bill.cgi | |
parent | dbeee87d487220a1eea4a8f65534293bb6f82df6 (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 0bcfacbf8..8ddeb1c81 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')." (#$display_custnum)" => "${p}view/cust_main.cgi?$custnum", + mt("View this customer (#[_1])",$display_custnum) => "${p}view/cust_main.cgi?$custnum", ) &> % if ( $conf->exists('deleteinvoices') |