[freeside-commits] freeside/httemplate/edit/process cust_main_note.cgi, 1.2, 1.3

Jeff Finucane,420,, jeff at wavetail.420.am
Tue Oct 31 08:57:33 PST 2006


Update of /home/cvs/cvsroot/freeside/httemplate/edit/process
In directory wavetail:/tmp/cvs-serv6598

Modified Files:
	cust_main_note.cgi 
Log Message:
ugh, too restrictive

Index: cust_main_note.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/process/cust_main_note.cgi,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cust_main_note.cgi	27 Oct 2006 17:01:29 -0000	1.2
+++ cust_main_note.cgi	31 Oct 2006 16:57:30 -0000	1.3
@@ -4,7 +4,7 @@
 %  or die "Illegal custnum: ". $cgi->param('custnum');
 %my $custnum = $1;
 %
-%$cgi->param('notenum') =~ /^(\d+)$/
+%$cgi->param('notenum') =~ /^(\d*)$/
 %  or die "Illegal notenum: ". $cgi->param('notenum');
 %my $notenum = $1;
 %



More information about the freeside-commits mailing list