summaryrefslogtreecommitdiff
path: root/httemplate/view
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:18:13 -0500
commit6008454279572ec1de69cf7c9c55a5f55afec4ed (patch)
tree7a58acf87400e4a6a6f6b058c4e0464c94db892e /httemplate/view
parent7483c5e354bbee171bbb9c6996ae9a56e9517ea6 (diff)
RT#42347: Add IDT transaction ID to payment information [display order_number for all payby]
Diffstat (limited to 'httemplate/view')
-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 ) {