sticky customer notes, RT#29311
[freeside.git] / FS / FS / cust_main_note.pm
index 06da096..44d99d8 100644 (file)
@@ -113,6 +113,7 @@ sub check {
     || $self->ut_numbern('_date')
     || $self->ut_textn('otaker')
     || $self->ut_anything('comments')
+    || $self->ut_numbern('sticky')
   ;
   return $error if $error;