X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fcust_main_note.cgi;h=c4ec071b82c19f24c2f5d34536c7789315fecba7;hb=41d0660124cf3965a4a2b4706d02e382ac4cbf01;hp=439c84414c245ed19ce157d6677f304efc16e097;hpb=b7c314a198c60a6f9236950994113aa422aa77ff;p=freeside.git diff --git a/httemplate/edit/cust_main_note.cgi b/httemplate/edit/cust_main_note.cgi index 439c84414..c4ec071b8 100755 --- a/httemplate/edit/cust_main_note.cgi +++ b/httemplate/edit/cust_main_note.cgi @@ -6,6 +6,18 @@ +% if ($conf->exists('note-classes') && $conf->config('note-classes') > 0) { + Class   + <% include( '/elements/select-table.html', + 'table' => 'cust_note_class', + 'name_col' => 'classname', + 'curr_value' => $classnum, + 'empty_label' => '(none)', + 'hashref' => { 'disabled' => '' }, + ) %> +
+% } + % if( $FS::CurrentUser::CurrentUser->option('disable_html_editor') ) {