From 6008454279572ec1de69cf7c9c55a5f55afec4ed Mon Sep 17 00:00:00 2001 From: Jonathan Prykop Date: Fri, 3 Jun 2016 20:18:13 -0500 Subject: [PATCH 1/1] RT#42347: Add IDT transaction ID to payment information [display order_number for all payby] --- httemplate/view/cust_pay.html | 13 +++++++------ 1 file 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 @@ <% $cust_pay->auth %> -% if ( $cust_pay->order_number ) { - - <% mt('Order #') |h %> - <% $cust_pay->order_number %> - -% } +% } +% # API allows setting this for any payby +% if ( $cust_pay->order_number ) { + + <% mt('Order #') |h %> + <% $cust_pay->order_number %> + % } % if ( $cust_pay->payby eq 'CASH' && $cust_pay->payinfo ) { -- 2.11.0