summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/cust_main_note.cgi
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-01-28 19:28:13 -0600
committerJonathan Prykop <jonathan@freeside.biz>2015-01-28 19:28:13 -0600
commit92a327b2bc09344a7e0db93f40e34b71547bf075 (patch)
tree5dd0ea80b997a3a1b003e0dac52463aa20ac96d5 /httemplate/edit/process/cust_main_note.cgi
parent730a14abf09f1ed8854cfded6f432fee832ea7d8 (diff)
parent3ed9d0fa90662f037f3fb2f50632ccb34066a979 (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'httemplate/edit/process/cust_main_note.cgi')
-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;