<% include('/elements/header-popup.html', 'Add Customer Note') %> % if ( $cgi->param('error') ) { Error: <% $cgi->param('error') %>

% }




<%init> my($custnum, $comment); $comment = ''; if ( $cgi->param('error') ) { $comment = $cgi->param('comment'); } $cgi->param('custnum') =~ /^(\d+)$/; $custnum = $1; die "illegal query ". $cgi->keywords unless $custnum;