From a2faeced765b00c0339fd86d7905cb77318e3d20 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 28 Jan 2015 02:24:07 -0800 Subject: sticky customer notes, RT#29311 --- FS/FS/cust_main_note.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'FS/FS/cust_main_note.pm') 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; -- cgit v1.1