[freeside-commits] branch FREESIDE_4_BRANCH updated. cbb7dce1f2db07e537fad4ccc8d7bf25e9419e1c

Ivan Kohler ivan at freeside.biz
Mon Oct 29 11:54:04 PDT 2018


The branch, FREESIDE_4_BRANCH has been updated
       via  cbb7dce1f2db07e537fad4ccc8d7bf25e9419e1c (commit)
      from  8a733ca6a964be17c14976ae0665ed84d317e42c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit cbb7dce1f2db07e537fad4ccc8d7bf25e9419e1c
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Oct 29 11:54:00 2018 -0700

    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 &>
 
 <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 %>">

-----------------------------------------------------------------------

Summary of changes:
 httemplate/misc/void-cust_pay.html | 3 +++
 1 file changed, 3 insertions(+)




More information about the freeside-commits mailing list