From 723793ec73af5af8c7d077771851829cf8f82634 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Mon, 29 Oct 2018 11:53:57 -0700 Subject: [PATCH 1/1] make it clearer on the void popup it isn't going to the gateway, RT#81582 --- httemplate/misc/void-cust_pay.html | 3 +++ 1 file changed, 3 insertions(+) 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 %> +% }

-- 2.11.0