X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fprocess%2Fcust_main_note.cgi;h=2de9b7f57a06d3a11f17892c4a796abc785b0fdb;hb=9c119c252a4b5e3755426daf454f8d70ff7a7dd7;hp=b94d2271c44492d9847a6cba31089c870bb62bd5;hpb=e6d20615692495e78975a958af76bfef06d427f5;p=freeside.git 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; %