[freeside-commits] branch FREESIDE_3_BRANCH updated. f39ae7e5841764b990f61aaa2e169d8bceef176c
Jonathan Prykop
jonathan at 420.am
Fri Jun 3 18:29:44 PDT 2016
The branch, FREESIDE_3_BRANCH has been updated
via f39ae7e5841764b990f61aaa2e169d8bceef176c (commit)
from 64427efc6ccc314e525b310c02b39a6f776b99f4 (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 f39ae7e5841764b990f61aaa2e169d8bceef176c
Author: Jonathan Prykop <jonathan at freeside.biz>
Date: Fri Jun 3 20:18:13 2016 -0500
RT#42347: Add IDT transaction ID to payment information [display order_number for all payby]
diff --git a/httemplate/view/cust_pay.html b/httemplate/view/cust_pay.html
index b34a908..ba4cfda 100644
--- a/httemplate/view/cust_pay.html
+++ b/httemplate/view/cust_pay.html
@@ -91,13 +91,14 @@
<TD BGCOLOR="#FFFFFF"><B><% $cust_pay->auth %></B></TD>
</TR>
-% if ( $cust_pay->order_number ) {
- <TR>
- <TD ALIGN="right"><% mt('Order #') |h %></TD>
- <TD BGCOLOR="#FFFFFF"><B><% $cust_pay->order_number %></B></TD>
- </TR>
-% }
+% }
+% # API allows setting this for any payby
+% if ( $cust_pay->order_number ) {
+ <TR>
+ <TD ALIGN="right"><% mt('Order #') |h %></TD>
+ <TD BGCOLOR="#FFFFFF"><B><% $cust_pay->order_number %></B></TD>
+ </TR>
% }
% if ( $cust_pay->payby eq 'CASH' && $cust_pay->payinfo ) {
-----------------------------------------------------------------------
Summary of changes:
httemplate/view/cust_pay.html | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
More information about the freeside-commits
mailing list