diff options
author | Christopher Burger <burgerc@freeside.biz> | 2017-05-18 11:58:26 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2017-05-18 11:58:26 -0400 |
commit | 386c1c45a7cb9e8ad93862d9aa2d59cdb4ed0d3a (patch) | |
tree | b994f7a4938b146b26991b6e5b18d7eb62a5c813 /httemplate/view | |
parent | a8d055471f77f59883f921d9eeda056a2e7ad279 (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.html | 7 |
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' ], + }, ], |