summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-10-29 11:54:00 -0700
committerIvan Kohler <ivan@freeside.biz>2018-10-29 11:54:00 -0700
commitcbb7dce1f2db07e537fad4ccc8d7bf25e9419e1c (patch)
treec7189ac4fcd974fa20c8d0f98e7ad2be1f3503c3
parent8a733ca6a964be17c14976ae0665ed84d317e42c (diff)
make it clearer on the void popup it isn't going to the gateway, RT#81582
-rwxr-xr-xhttemplate/misc/void-cust_pay.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/misc/void-cust_pay.html b/httemplate/misc/void-cust_pay.html
index 205d93a..2a8f33b 100755
--- a/httemplate/misc/void-cust_pay.html
+++ b/httemplate/misc/void-cust_pay.html
@@ -11,6 +11,9 @@
<& /elements/error.html &>
<P ALIGN="center"><B><% mt('Void this payment?') |h %></B>
+% if ( $cust_pay->payby =~ /^(CARD|CHEK)$/ ) {
+ <P ALIGN="center"><% mt('(Do not send anything to the payment gateway)') |h %>
+% }
<FORM action="<% ${p} %>misc/void-cust_pay.html">
<INPUT TYPE="hidden" NAME="paynum" VALUE="<% $paynum %>">