[freeside-commits] freeside/httemplate/misc/process payment.cgi, 1.29, 1.30

Mark Wells mark at wavetail.420.am
Wed Nov 30 13:37:24 PST 2011


Update of /home/cvs/cvsroot/freeside/httemplate/misc/process
In directory wavetail.420.am:/tmp/cvs-serv5109/httemplate/misc/process

Modified Files:
	payment.cgi 
Log Message:
fix typo, #15068

Index: payment.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/process/payment.cgi,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -w -d -r1.29 -r1.30
--- payment.cgi	30 Nov 2011 21:31:33 -0000	1.29
+++ payment.cgi	30 Nov 2011 21:37:22 -0000	1.30
@@ -129,7 +129,7 @@
   die "unknown payby $payby";
 }
 
-$cgi->param('discount_term') =~ /^(\d)*$/
+$cgi->param('discount_term') =~ /^(\d*)$/
   or errorpage("illegal discount_term");
 my $discount_term = $1;
 



More information about the freeside-commits mailing list