Fixing style errors.

This commit is contained in:
stickler-ci 2023-04-05 15:33:46 +00:00
parent 24262f58ac
commit 011013fd87

View File

@ -127,7 +127,7 @@ class InterfaceTicketEmail extends DolibarrTriggers
} }
// Send an email to the Customer to inform him that his ticket has been taken in charge. // Send an email to the Customer to inform him that his ticket has been taken in charge.
if(!empty($conf->global->TICKET_NOTIFY_CUSTOMER_TICKET_ASSIGNED) && empty($object->oldcopy->fk_user_assign)) { if (!empty($conf->global->TICKET_NOTIFY_CUSTOMER_TICKET_ASSIGNED) && empty($object->oldcopy->fk_user_assign)) {
$langs->load('ticket'); $langs->load('ticket');
$subject_customer = 'TicketAssignedCustomerEmail'; $subject_customer = 'TicketAssignedCustomerEmail';