From: jeff Date: Tue, 31 Oct 2006 16:57:30 +0000 (+0000) Subject: ugh, too restrictive X-Git-Tag: TRIXBOX_2_6~882 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=9c119c252a4b5e3755426daf454f8d70ff7a7dd7 ugh, too restrictive --- diff --git a/httemplate/edit/process/cust_main_note.cgi b/httemplate/edit/process/cust_main_note.cgi index b94d2271c..2de9b7f57 100755 --- a/httemplate/edit/process/cust_main_note.cgi +++ b/httemplate/edit/process/cust_main_note.cgi @@ -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; %