X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fcust_refund.html;h=996b4c05a4d47be1a9b227ae208060f34e2897e5;hb=822645aade15a4c4ac0558b116f7aacf9491002c;hp=898402e069b7c19a44d47279a59f236cfe02b050;hpb=a9916ce48023939ab1d2506704f5545eb183a2ea;p=freeside.git diff --git a/httemplate/view/cust_refund.html b/httemplate/view/cust_refund.html index 898402e06..996b4c05a 100644 --- a/httemplate/view/cust_refund.html +++ b/httemplate/view/cust_refund.html @@ -1,12 +1,12 @@ % if ( $link eq 'popup' ) { - <& /elements/header-popup.html, emt('Refund Receipt') &> + <& /elements/header-popup.html, mt('Refund Receipt') &>
<% mt('Print') |h %>

% } elsif ( $link eq 'print' ) { - <& /elements/header-popup.html, emt('Refund Receipt') &> + <& /elements/header-popup.html, mt('Refund Receipt') &> % #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 @@ -18,7 +18,7 @@ % } else { - <& /elements/header.html, emt('Refund Receipt'), menubar( + <& /elements/header.html, mt('Refund Receipt'), menubar( emt("View this customer (#[_1])",$display_custnum) => "${p}view/cust_main.cgi?$custnum", emt('Print receipt') => $pr_link, ) @@ -105,10 +105,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'); - #'View customer refunds' ??? - + unless $curuser->access_right('View invoices') #remove this in 2.5 (2.7?) + || $curuser->access_right('View refunds'); $cgi->param('refundnum') =~ /^(\d+)$/ or die "no refundnum"; my $refundnum = $1;