From: Ivan Kohler Date: Mon, 29 Oct 2018 18:53:57 +0000 (-0700) Subject: make it clearer on the void popup it isn't going to the gateway, RT#81582 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=723793ec73af5af8c7d077771851829cf8f82634 make it clearer on the void popup it isn't going to the gateway, RT#81582 --- diff --git a/httemplate/misc/void-cust_pay.html b/httemplate/misc/void-cust_pay.html index 205d93aa3..2a8f33bad 100755 --- a/httemplate/misc/void-cust_pay.html +++ b/httemplate/misc/void-cust_pay.html @@ -11,6 +11,9 @@ <& /elements/error.html &>

<% mt('Void this payment?') |h %> +% if ( $cust_pay->payby =~ /^(CARD|CHEK)$/ ) { +

<% mt('(Do not send anything to the payment gateway)') |h %> +% }