X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_pay.html;h=d02f1543d07032acd3024dec88181e122ee81338;hb=e41880cfb8d9835bca858ec13c96724b08fa0af7;hp=b1e33e66ced300c18950e4b477a6988579dced0a;hpb=dbeee87d487220a1eea4a8f65534293bb6f82df6;p=freeside.git diff --git a/httemplate/view/cust_pay.html b/httemplate/view/cust_pay.html index b1e33e66c..d02f1543d 100644 --- a/httemplate/view/cust_pay.html +++ b/httemplate/view/cust_pay.html @@ -14,21 +14,21 @@ % #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", + emt("View this customer (#[_1])",$display_custnum) => "${p}view/cust_main.cgi?$custnum", ) %>

% } elsif ( $link eq 'email' ) { % if ( $email_error ) { - <& /elements/header-popup.html, mt("Error re-emailing receipt: $email_error") &> + <& /elements/header-popup.html, mt("Error re-emailing receipt: [_1]", $email_error) &> % } else { <& /elements/header-popup.html, mt("Re-emailed receipt") &> % } % } else { <& /elements/header.html, mt("$thing Receipt"), menubar( - mt('View this customer')." (#$display_custnum)" => "${p}view/cust_main.cgi?$custnum", - mt('Print receipt') => $pr_link, + emt("View this customer (#[_1])",$display_custnum) => "${p}view/cust_main.cgi?$custnum", + emt('Print receipt') => $pr_link, ) &> @@ -46,7 +46,7 @@ <% ntable("#cccccc", 2) %> - <% mt('Payment') |h %># + <% mt('Payment #') |h %> <% $cust_pay->paynum %> @@ -85,13 +85,13 @@ - <% mt('Authorization') |h %># + <% mt('Authorization #') |h %> <% $cust_pay->authorization %> % if ( $cust_pay->order_number ) { - <% mt('Order') |h %># + <% mt('Order #') |h %> <% $cust_pay->order_number %> % } @@ -134,8 +134,8 @@ my $curuser = $FS::CurrentUser::CurrentUser; die "access denied" - unless $curuser->access_right('View invoices') #remove this in 1.9 EVENTUALLY - || $curuser->access_right('View customer payments'); + unless $curuser->access_right('View invoices') #remove this in 2.5 (2.7?) + || $curuser->access_right('View payments'); $cgi->param('paynum') =~ /^(\d+)$/ or die "no paynum"; my $paynum = $1;