X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fprocess%2Fcust_main_note.cgi;fp=httemplate%2Fedit%2Fprocess%2Fcust_main_note.cgi;h=53e616a432e4532ae87e48aae21a920d4b1b3ceb;hb=a2faeced765b00c0339fd86d7905cb77318e3d20;hp=227297eef3a31178a0ae7a98de5f6910b6101f0e;hpb=0928a6aa2ef66fedcdc0429c6450e26a3df5f444;p=freeside.git diff --git a/httemplate/edit/process/cust_main_note.cgi b/httemplate/edit/process/cust_main_note.cgi index 227297eef..53e616a43 100755 --- a/httemplate/edit/process/cust_main_note.cgi +++ b/httemplate/edit/process/cust_main_note.cgi @@ -33,6 +33,7 @@ my $new = new FS::cust_main_note ( { _date => time, usernum => $FS::CurrentUser::CurrentUser->usernum, comments => $comment, + sticky => scalar( $cgi->param('sticky') ), } ); my $error;