From 9c119c252a4b5e3755426daf454f8d70ff7a7dd7 Mon Sep 17 00:00:00 2001 From: jeff Date: Tue, 31 Oct 2006 16:57:30 +0000 Subject: [PATCH] ugh, too restrictive --- httemplate/edit/process/cust_main_note.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; % -- 2.11.0