X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_refund.cgi;h=009ce7321c5565eaa0b4b5d45f280e19c0f3e15e;hb=07ed221540128b8c75f4cb5a2af1e01b25fa8e18;hp=27c4b193759b8548c65c42a481cf5106e99f748a;hpb=360f89789c45e1fd7cb84b1442d2f0c8353066d9;p=freeside.git 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') { %