X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_refund.cgi;h=df42e63ae62af59d767f0c3097968f76864077a0;hb=91dbe4c3834f38d428367d9a1e2c6cf9ea9d84a4;hp=656d5ebb53a9222ed14331b6697c14bdaee1c984;hpb=e5d6af11f52aabe8c9e6e12ce43c3401ccf025a8;p=freeside.git 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