[freeside-commits] branch master updated. 723793ec73af5af8c7d077771851829cf8f82634

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


The branch, master has been updated
       via  723793ec73af5af8c7d077771851829cf8f82634 (commit)
      from  31f19e952513494f2e6eaf045af990add90a84af (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 723793ec73af5af8c7d077771851829cf8f82634
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Oct 29 11:53:57 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