2
0
forked from Wavyzz/dolibarr

fix with last updates

This commit is contained in:
Frédéric France
2024-11-25 21:47:27 +01:00
parent 95fadde61b
commit 6741eadc64
2 changed files with 2 additions and 2 deletions

View File

@@ -9426,7 +9426,7 @@ abstract class CommonObject
if (in_array($extrafields->attributes[$this->table_element]['type'][$key], $listoftypestoshowpicto)) {
$out .= getPictoForType($extrafields->attributes[$this->table_element]['type'][$key], ($extrafields->attributes[$this->table_element]['type'][$key] == 'text' ? 'tdtop' : ''));
}
$out .= $extrafields->showInputField($key, $value, '', $keysuffix, '', '', $this, $this->table_element, 0, $this);
$out .= $extrafields->showInputField($key, $value, '', $keysuffix, '', '', $this, $this->table_element);
break;
}