summaryrefslogtreecommitdiff
path: root/httemplate/view
diff options
context:
space:
mode:
authorChristopher Burger <burgerc@freeside.biz>2017-05-18 11:58:26 -0400
committerChristopher Burger <burgerc@freeside.biz>2017-05-18 11:58:26 -0400
commit386c1c45a7cb9e8ad93862d9aa2d59cdb4ed0d3a (patch)
treeb994f7a4938b146b26991b6e5b18d7eb62a5c813 /httemplate/view
parenta8d055471f77f59883f921d9eeda056a2e7ad279 (diff)
RT# 74435 - Adding option to allow refunds using electronic check batch with RBC format.
Diffstat (limited to 'httemplate/view')
-rw-r--r--httemplate/view/cust_main/menu.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/menu.html b/httemplate/view/cust_main/menu.html
index dcba1fb00..f3aca21e8 100644
--- a/httemplate/view/cust_main/menu.html
+++ b/httemplate/view/cust_main/menu.html
@@ -459,6 +459,13 @@ my @menu = (
# acl => ['Post refund' ],
## condition => sub { $payby{MCHK} },
#},
+ {
+ label => 'Batch Electronic check refund',
+ popup => "edit/cust_refund.cgi?popup=1;payby=CHEK;custnum=$custnum",
+ actionlabel => 'Enter electronic check refund',
+ width => 440,
+ acl => ['Post refund' ],
+ },
],