recognize 60xx as discover, RT#71291
[freeside.git] / FS / FS / cust_main_note.pm
index 7125807..ee63883 100644 (file)
@@ -112,6 +112,7 @@ sub check {
     || $self->ut_numbern('_date')
     || $self->ut_textn('otaker')
     || $self->ut_anything('comments')
+    || $self->ut_numbern('sticky')
   ;
   return $error if $error;