X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fview%2Fcust_refund.html;h=9cda1a6a80b581ecf458b3be7917fc610b1c9add;hp=0bef89d05eb31ac0582217595d1c43593d409668;hb=a363a49c213f1e64add5c34a8a2bd17d154adfd3;hpb=dbeee87d487220a1eea4a8f65534293bb6f82df6 diff --git a/httemplate/view/cust_refund.html b/httemplate/view/cust_refund.html index 0bef89d05..9cda1a6a8 100644 --- a/httemplate/view/cust_refund.html +++ b/httemplate/view/cust_refund.html @@ -11,7 +11,7 @@ % #it would be nice if the menubar could be hidden for print, but better to % # have it available than not, otherwise the user winds up at a dead end <% 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", ) %>

@@ -19,7 +19,7 @@ % } else { <& /elements/header.html, mt('Refund Receipt'), 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", mt('Print receipt') => $pr_link, ) &>