summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-06-03 20:18:13 -0500
committerJonathan Prykop <jonathan@freeside.biz>2016-06-03 20:21:09 -0500
commitfb5f43d6b49ac83268a651bbae40b6fe4169a75c (patch)
tree8e217341c5c33392e2f4aaf4262cea782596e808
parentc6c69f3dceb427a8377cc49a44a16be16d822948 (diff)
RT#42347: Add IDT transaction ID to payment information [display order_number for all payby]
-rw-r--r--httemplate/view/cust_pay.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/httemplate/view/cust_pay.html b/httemplate/view/cust_pay.html
index b34a90818..ba4cfdafc 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 ) {