diff options
author | Mark Wells <mark@freeside.biz> | 2013-02-01 09:46:03 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-02-01 09:46:03 -0800 |
commit | e6501937a8fc0af8583638226599e2857dd4f023 (patch) | |
tree | cce392b7cffe1b8a0b235f1b4bac9d15ccb3dc1f /httemplate | |
parent | 2b62f0042d6e9eb004372bc25c5ea281f0cb8d5b (diff) |
unbreak "Enter refund" popup, from #18548
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/edit/cust_refund.cgi | 8 |
1 files 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 @@ </TD> </TR> % } - +% if ( $cust_pay->processor ) { <TR> <TD ALIGN="right">Processor</TD> <TD BGCOLOR="#ffffff"><% $cust_pay->processor %></TD> </TR> -% if ( length($auth) ) { +% if ( length($cust_pay->auth) ) { <TR> <TD ALIGN="right">Authorization</TD> @@ -78,10 +78,10 @@ <TD BGCOLOR="#ffffff"><% $cust_pay->order_number %></TD> </TR> % } -% } #if $cust_pay +% } # if ($cust_pay->processor) </TABLE> -% } +% } #if $cust_pay <BR>Refund |