diff options
author | Christopher Burger <burgerc@freeside.biz> | 2018-07-09 08:27:53 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2018-07-09 08:27:53 -0400 |
commit | cfb19dcc27824b46d9f74a7e01b16328c8e66f7f (patch) | |
tree | 9bf2804bbbdeee4c7b729bcc021a8999566caa89 /httemplate/view | |
parent | 6de42f2b2f6c58cf6ce0db933c2d8d5d40b411ca (diff) |
RT# 74435 - Fixed error with refund link on payment history page not allowing batch refund when batch payment was made.
Diffstat (limited to 'httemplate/view')
-rw-r--r-- | httemplate/view/cust_main/menu.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/menu.html b/httemplate/view/cust_main/menu.html index f3aca21e8..7ec4d07db 100644 --- a/httemplate/view/cust_main/menu.html +++ b/httemplate/view/cust_main/menu.html @@ -460,7 +460,7 @@ my @menu = ( ## condition => sub { $payby{MCHK} }, #}, { - label => 'Batch Electronic check refund', + label => 'Enter electronic check refund', popup => "edit/cust_refund.cgi?popup=1;payby=CHEK;custnum=$custnum", actionlabel => 'Enter electronic check refund', width => 440, |