summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2018-10-29 11:53:57 -0700
committerIvan Kohler <ivan@freeside.biz>2018-10-29 11:53:57 -0700
commit723793ec73af5af8c7d077771851829cf8f82634 (patch)
tree1128bb51704c1239e968e598b392d6f80169b638 /httemplate/misc
parent31f19e952513494f2e6eaf045af990add90a84af (diff)
make it clearer on the void popup it isn't going to the gateway, RT#81582
Diffstat (limited to 'httemplate/misc')
-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 205d93aa3..2a8f33bad 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 %>">