Ticket Response UI Update Public Comment and Internal Note work now, added Events and Tasks to the Responses stil WIP there

This commit is contained in:
johnnyq
2024-05-30 14:53:49 -04:00
parent db5ec8912a
commit f091d94282
3 changed files with 37 additions and 68 deletions

View File

@@ -1105,7 +1105,7 @@ if (isset($_POST['add_ticket_reply'])) {
$client_id = intval($_POST['client_id']);
if (isset($_POST['public_reply_type'])) {
if ($_POST['public_reply_type'] == 1 ){
$ticket_reply_type = 'Public';
} else {
$ticket_reply_type = 'Internal';