This commit is contained in:
2025-11-26 20:13:47 +01:00
parent 7ef5d33df4
commit 473c40a77d

View File

@@ -300,7 +300,7 @@ class Tasks
'biuro@project-pro.pl',
'crmPRO - zmieniono status zadania',
'<p>Witaj<br/>zmieniono status zadania <b>' . $task['name'] . ' - ' . \factory\Crm::get_client_name( (int)$task['client_id'] ) . '</b> na <b>' . $statuses[ $task['status'] ] . '</b>.</p>' .
'<p>' . $task['text'] . '</p>' .
'<p>' . html_entity_decode( $task['text'] ) . '</p>' .
'<p>Pozdrawiamy<br/>Zespół crmPRO.pl</p>'
);
}