Fix delete extrafield test
This commit is contained in:
parent
b8a0b4b6e4
commit
261e6cbc52
@ -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++; }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user