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

This commit is contained in:
Laurent Destailleur 2021-05-17 07:29:30 +02:00
commit b8b2928dd1

View File

@ -120,7 +120,7 @@ if (is_array($extrafields->attributes[$elementtype]['type']) && count($extrafiel
}
else
{
$colspan = 13;
$colspan = 14;
if (!empty($conf->multicompany->enabled)) $colspan++;
print '<tr class="oddeven">';