From 8706262a6d18ef5103fb5972ca6443b73e700e6a Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 28 Jan 2015 02:23:34 -0800 Subject: sticky customer notes, RT#29311 --- httemplate/edit/process/cust_main_note.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'httemplate/edit/process/cust_main_note.cgi') diff --git a/httemplate/edit/process/cust_main_note.cgi b/httemplate/edit/process/cust_main_note.cgi index 227297eef..53e616a43 100755 --- a/httemplate/edit/process/cust_main_note.cgi +++ b/httemplate/edit/process/cust_main_note.cgi @@ -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; -- cgit v1.2.1