Browse Source

Update admin_extrafields_view.tpl.php

Maxime Kohlhaas 4 years ago
parent
commit
7af0bda3a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/core/tpl/admin_extrafields_view.tpl.php

+ 1 - 1
htdocs/core/tpl/admin_extrafields_view.tpl.php

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