From 386c1c45a7cb9e8ad93862d9aa2d59cdb4ed0d3a Mon Sep 17 00:00:00 2001 From: Christopher Burger Date: Thu, 18 May 2017 11:58:26 -0400 Subject: RT# 74435 - Adding option to allow refunds using electronic check batch with RBC format. --- httemplate/view/cust_main/menu.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'httemplate/view') 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' ], + }, ], -- cgit v1.2.1