[freeside-commits] freeside/httemplate/edit cust_refund.cgi, 1.8, 1.8.4.1
Ivan,,,
ivan at wavetail.420.am
Fri Feb 26 19:15:34 PST 2010
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv15902
Modified Files:
Tag: FREESIDE_1_9_BRANCH
cust_refund.cgi
Log Message:
expiration date not meaningful for non-CARD, RT#7419
Index: cust_refund.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/cust_refund.cgi,v
retrieving revision 1.8
retrieving revision 1.8.4.1
diff -u -w -d -r1.8 -r1.8.4.1
--- cust_refund.cgi 3 Sep 2008 01:46:14 -0000 1.8
+++ cust_refund.cgi 27 Feb 2010 03:15:32 -0000 1.8.4.1
@@ -48,7 +48,7 @@
<TD ALIGN="right">Method</TD><TD BGCOLOR="#ffffff"><% $payby %> # <% $paymask %></TD>
</TR>
-% 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
<TR>
<TD ALIGN="right">Expiration</TD><TD BGCOLOR="#ffffff">
<% include( '/elements/select-month_year.html',
More information about the freeside-commits
mailing list