Update admin_extrafields_view.tpl.php

This commit is contained in:
Maxime Kohlhaas 2021-05-16 11:33:07 +02:00 committed by GitHub
parent 8dc1e1cb33
commit 7af0bda3a5
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">';