This commit is contained in:
Laurent Destailleur
2020-01-25 14:03:24 +01:00
parent de6b30be8c
commit 09f809f347
10 changed files with 81 additions and 47 deletions

View File

@@ -5187,7 +5187,6 @@ abstract class CommonObject
$attributeRequired = $extrafields->attributes[$this->table_element]['required'][$attributeKey];
$attrfieldcomputed = $extrafields->attributes[$this->table_element]['computed'][$attributeKey];
if ($attributeRequired)
{
$mandatorypb = false;
@@ -5218,7 +5217,6 @@ abstract class CommonObject
}
}
switch ($attributeType)
{
case 'int':