sticky customer notes, RT#29311
[freeside.git] / httemplate / edit / process / cust_main_note.cgi
index 227297e..53e616a 100755 (executable)
@@ -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;