Fix delete extrafield test

This commit is contained in:
Maxime Kohlhaas 2020-04-13 19:08:03 +02:00
parent b8a0b4b6e4
commit 261e6cbc52

View File

@ -8264,7 +8264,7 @@ abstract class CommonObject
} }
} }
if (!$error) if (!$error && !empty($this->isextrafieldmanaged))
{ {
$result = $this->deleteExtraFields(); $result = $this->deleteExtraFields();
if ($result < 0) { $error++; } if ($result < 0) { $error++; }