summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2018-07-09 08:27:53 -0400
committerChristopher Burger <burgerc@freeside.biz>2018-07-09 08:27:53 -0400
commitcfb19dcc27824b46d9f74a7e01b16328c8e66f7f (patch)
tree9bf2804bbbdeee4c7b729bcc021a8999566caa89 /httemplate/view
parent6de42f2b2f6c58cf6ce0db933c2d8d5d40b411ca (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.html2
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,