summaryrefslogtreecommitdiff
path: root/httemplate/edit/process
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-01-28 02:23:34 -0800
committerIvan Kohler <ivan@freeside.biz>2015-01-28 02:23:34 -0800
commit8706262a6d18ef5103fb5972ca6443b73e700e6a (patch)
tree5721774954a691d74a36f4723cbad1ef26ecff62 /httemplate/edit/process
parent27b43d1c9e3af3b8d384d1a30abc2922c1ac6ed7 (diff)
sticky customer notes, RT#29311
Diffstat (limited to 'httemplate/edit/process')
-rwxr-xr-xhttemplate/edit/process/cust_main_note.cgi1
1 files changed, 1 insertions, 0 deletions
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;