X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_refund.cgi;h=009ce7321c5565eaa0b4b5d45f280e19c0f3e15e;hp=27c4b193759b8548c65c42a481cf5106e99f748a;hb=4a88f08ffbf1c9d2f3da8a6d6d6a7d46e99dbc19;hpb=360f89789c45e1fd7cb84b1442d2f0c8353066d9 diff --git a/httemplate/edit/cust_refund.cgi b/httemplate/edit/cust_refund.cgi index 27c4b1937..009ce7321 100755 --- a/httemplate/edit/cust_refund.cgi +++ b/httemplate/edit/cust_refund.cgi @@ -44,9 +44,14 @@ Date<% time2str($date_format, $cust_pay->_date) %> +% if ( $cust_payby ) { - Method<% $payby %> # <% $paymask %> + Method + <% $payby %> # <% $paymask %> + + +% } % unless ( $paydate || $cust_pay->payby ne 'CARD' ) { # possibly other reasons: i.e. card has since expired @@ -105,7 +110,7 @@ % } -% elsif ($payby eq 'CHEK') { +% elsif ($payby eq 'CHEK' || $payby eq 'CARD') { %