summaryrefslogtreecommitdiff
path: root/FS/FS/cust_main_note.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-01-28 02:24:07 -0800
committerIvan Kohler <ivan@freeside.biz>2015-01-28 02:24:07 -0800
commita2faeced765b00c0339fd86d7905cb77318e3d20 (patch)
tree6c6d9e3bd5c0fccca6ab47f4afe5a3fb576cf01f /FS/FS/cust_main_note.pm
parent0928a6aa2ef66fedcdc0429c6450e26a3df5f444 (diff)
sticky customer notes, RT#29311
Diffstat (limited to 'FS/FS/cust_main_note.pm')
-rw-r--r--FS/FS/cust_main_note.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/cust_main_note.pm b/FS/FS/cust_main_note.pm
index 7125807..ee63883 100644
--- a/FS/FS/cust_main_note.pm
+++ b/FS/FS/cust_main_note.pm
@@ -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;