mirror of
https://github.com/itflow-org/itflow
synced 2026-03-25 06:45:40 +00:00
Adjust client reply type to Client, not public. Public is for agent replies that are customer visible
This commit is contained in:
@@ -92,7 +92,7 @@ if ($emails) {
|
|||||||
$ticket_assigned_to = $row['ticket_assigned_to'];
|
$ticket_assigned_to = $row['ticket_assigned_to'];
|
||||||
$client_id = $row['ticket_client_id'];
|
$client_id = $row['ticket_client_id'];
|
||||||
$session_company_id = $row['company_id'];
|
$session_company_id = $row['company_id'];
|
||||||
$ticket_reply_type = 'Public'; // Setting to client as a default value
|
$ticket_reply_type = 'Client'; // Setting to client as a default value
|
||||||
|
|
||||||
// Check the ticket ID is valid
|
// Check the ticket ID is valid
|
||||||
if (intval($ticket_id) && $ticket_id !== '0') {
|
if (intval($ticket_id) && $ticket_id !== '0') {
|
||||||
|
|||||||
Reference in New Issue
Block a user