From e6501937a8fc0af8583638226599e2857dd4f023 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Fri, 1 Feb 2013 09:46:03 -0800 Subject: [PATCH] unbreak "Enter refund" popup, from #18548 --- httemplate/edit/cust_refund.cgi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/httemplate/edit/cust_refund.cgi b/httemplate/edit/cust_refund.cgi index 656d5ebb5..df42e63ae 100755 --- a/httemplate/edit/cust_refund.cgi +++ b/httemplate/edit/cust_refund.cgi @@ -59,12 +59,12 @@ % } - +% if ( $cust_pay->processor ) { Processor <% $cust_pay->processor %> -% if ( length($auth) ) { +% if ( length($cust_pay->auth) ) { Authorization @@ -78,10 +78,10 @@ <% $cust_pay->order_number %> % } -% } #if $cust_pay +% } # if ($cust_pay->processor) -% } +% } #if $cust_pay
Refund -- 2.11.0