Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 20.0

This commit is contained in:
ldestailleur
2025-04-05 19:09:51 +02:00

View File

@@ -704,8 +704,6 @@ while ($i < $imaxinloop) {
print $object->getLibStatut(5);
} elseif ($key == 'rowid') {
print $object->showOutputField($val, $key, $object->id, '');
} elseif ($key == 'label') {
print $object->getNomUrl(1);
} else {
print $object->showOutputField($val, $key, $object->$key, '');
}