summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/cust_main_note.cgi
diff options
context:
space:
mode:
authorjeff <jeff>2006-10-31 16:57:30 +0000
committerjeff <jeff>2006-10-31 16:57:30 +0000
commit9c119c252a4b5e3755426daf454f8d70ff7a7dd7 (patch)
treecba7e3acffc9a7190710656699cc9a23a800913d /httemplate/edit/process/cust_main_note.cgi
parente6d20615692495e78975a958af76bfef06d427f5 (diff)
ugh, too restrictive
Diffstat (limited to 'httemplate/edit/process/cust_main_note.cgi')
-rwxr-xr-xhttemplate/edit/process/cust_main_note.cgi2
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;
%