fix: 21139
This commit is contained in:
parent
85f95e86b7
commit
0bff392de8
@ -387,7 +387,6 @@ if (empty($reshook)) {
|
||||
// Si déjà un user assigné on le supprime des contacts
|
||||
if ($useroriginassign > 0) {
|
||||
$internal_contacts = $object->listeContact(-1, 'internal', 0, 'SUPPORTTEC');
|
||||
|
||||
foreach ($internal_contacts as $key => $contact) {
|
||||
if ($contact['id'] !== $usertoassign) {
|
||||
$result = $object->delete_contact($contact['rowid']);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user