diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-02-03 12:27:46 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-02-03 12:27:46 -0800 |
commit | 855e05d13c8fb11862a6961ceccf426939ebe5cc (patch) | |
tree | a8db4363cc61deb35ee3427a90d9504e9ef7e430 /httemplate/edit | |
parent | c1212f339a1618b139a57589af5e48a72a46d96a (diff) | |
parent | e6501937a8fc0af8583638226599e2857dd4f023 (diff) |
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/edit')
-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 |