summaryrefslogtreecommitdiff
path: root/httemplate
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:25:24 -0500
commitf39ae7e5841764b990f61aaa2e169d8bceef176c (patch)
tree91735804d16d498fc8c05289879150e67ed2e8cc /httemplate
parent64427efc6ccc314e525b310c02b39a6f776b99f4 (diff)
RT#42347: Add IDT transaction ID to payment information [display order_number for all payby]
Diffstat (limited to 'httemplate')
-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 ) {