From: ivan Date: Sat, 27 Feb 2010 03:15:32 +0000 (+0000) Subject: expiration date not meaningful for non-CARD, RT#7419 X-Git-Tag: freeside_1_9_2~51 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=4e09e3114c46d7133c29b94fc25ffec5899e7c24 expiration date not meaningful for non-CARD, RT#7419 --- diff --git a/httemplate/edit/cust_refund.cgi b/httemplate/edit/cust_refund.cgi index 94c0993d7..34e3812f3 100755 --- a/httemplate/edit/cust_refund.cgi +++ b/httemplate/edit/cust_refund.cgi @@ -48,7 +48,7 @@ Method<% $payby %> # <% $paymask %> -% unless ( $paydate ) { # possibly other reasons: i.e. card has since expired +% unless ( $paydate || $cust_pay->payby ne 'CARD' ) { # possibly other reasons: i.e. card has since expired Expiration <% include( '/elements/select-month_year.html',