ugh, too restrictive
authorjeff <jeff>
Tue, 31 Oct 2006 16:57:30 +0000 (16:57 +0000)
committerjeff <jeff>
Tue, 31 Oct 2006 16:57:30 +0000 (16:57 +0000)
httemplate/edit/process/cust_main_note.cgi

index b94d227..2de9b7f 100755 (executable)
@@ -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;
 %