[freeside-commits] branch master updated. e6501937a8fc0af8583638226599e2857dd4f023

Mark Wells mark at 420.am
Fri Feb 1 09:46:35 PST 2013


The branch, master has been updated
       via  e6501937a8fc0af8583638226599e2857dd4f023 (commit)
      from  2b62f0042d6e9eb004372bc25c5ea281f0cb8d5b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e6501937a8fc0af8583638226599e2857dd4f023
Author: Mark Wells <mark at freeside.biz>
Date:   Fri Feb 1 09:46:03 2013 -0800

    unbreak "Enter refund" popup, from #18548

diff --git a/httemplate/edit/cust_refund.cgi b/httemplate/edit/cust_refund.cgi
index 656d5eb..df42e63 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

-----------------------------------------------------------------------

Summary of changes:
 httemplate/edit/cust_refund.cgi |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)




More information about the freeside-commits mailing list