Merge pull request #17621 from atm-maxime/patch-1

Update admin_extrafields_view.tpl.php
This commit is contained in:
Laurent Destailleur 2021-05-17 07:01:41 +02:00 committed by GitHub
commit 829f6520bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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">';