diff options
| author | ivan <ivan> | 2008-06-01 22:49:00 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2008-06-01 22:49:00 +0000 |
| commit | c840ff84aaacb8785c094366f43080aee0d2e7d3 (patch) | |
| tree | 2551130845977f451a609794db838a491dda9921 /httemplate/search | |
| parent | 4a7136d9b031c532155ab17022498d034ab0cb91 (diff) | |
refactor payment history slightly, add refund receipts, have "unapplied" refunds show like other unapplied/open things, RT#3545
Diffstat (limited to 'httemplate/search')
| -rwxr-xr-x | httemplate/search/elements/cust_pay_or_refund.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/httemplate/search/elements/cust_pay_or_refund.html b/httemplate/search/elements/cust_pay_or_refund.html index cd1e19ded..9457ae2eb 100755 --- a/httemplate/search/elements/cust_pay_or_refund.html +++ b/httemplate/search/elements/cust_pay_or_refund.html @@ -242,10 +242,9 @@ if ( $cgi->param('magic') ) { } my $link = ''; -if ( $thing eq 'pay' ) { #XXX no refund receipts yet - $link = [ "${p}view/cust_pay.html?paynum=", 'paynum' ] - if $FS::CurrentUser::CurrentUser->access_right('View invoices'); #XXX for now - #later# if $FS::CurrentUser::CurrentUser->access_right('View customer payments'); +if ( $FS::CurrentUser::CurrentUser->access_right('View invoices') #XXX for now + || $FS::CurrentUser::CurrentUser->access_right('View customer payments') ){ + $link = [ "${p}view/cust_$thing.html?${thing}num=", $thing.'num' ] } my $cust_link = sub { |
