diff --git a/admin/new_ticket.php b/admin/new_ticket.php index 68bb087e..4f516877 100644 --- a/admin/new_ticket.php +++ b/admin/new_ticket.php @@ -1160,10 +1160,11 @@ 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']) { + $message = hesk_SESSION('as_message', ''); echo " "; } diff --git a/calendar.php b/calendar.php index 48091c89..80eec543 100644 --- a/calendar.php +++ b/calendar.php @@ -107,19 +107,23 @@ require_once(HESK_PATH . 'inc/header.inc.php');