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:52:28 -0400 |
| commit | 3a532ec892ee17b58691d0c04baead999ebdbab9 (patch) | |
| tree | 2802f0ce405cf3783c6451c2651d36c0245df8bc /httemplate/view | |
| parent | b94ae73fdc40568f33b7f7dbdac15bda18fb9347 (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, |
