diff --git a/admin/new_ticket.php b/admin/new_ticket.php index 4d990d4a..2054f833 100644 --- a/admin/new_ticket.php +++ b/admin/new_ticket.php @@ -1168,6 +1168,16 @@ if ($modsForHesk_settings['request_location']) { '; } +// Set the message in the actual text box if rich text is enabled +if ($modsForHesk_settings['rich_text_for_tickets']) { + echo " + + "; +} + hesk_cleanSessionVars('iserror'); hesk_cleanSessionVars('isnotice');