diff options
author | jeff <jeff> | 2006-10-31 16:57:30 +0000 |
---|---|---|
committer | jeff <jeff> | 2006-10-31 16:57:30 +0000 |
commit | 9c119c252a4b5e3755426daf454f8d70ff7a7dd7 (patch) | |
tree | cba7e3acffc9a7190710656699cc9a23a800913d /httemplate/edit/process/cust_main_note.cgi | |
parent | e6d20615692495e78975a958af76bfef06d427f5 (diff) |
ugh, too restrictive
Diffstat (limited to 'httemplate/edit/process/cust_main_note.cgi')
-rwxr-xr-x | httemplate/edit/process/cust_main_note.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
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; % |