mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Update admin_extrafields_view.tpl.php
This commit is contained in:
committed by
GitHub
parent
5621d1f8ea
commit
75bc3d17e6
@@ -60,7 +60,7 @@ if (! empty($conf->global->MAIN_CAN_HIDE_EXTRAFIELDS)) print '<td align="center"
|
||||
print '<td width="80"> </td>';
|
||||
print "</tr>\n";
|
||||
|
||||
if (!empty($extrafields->attribute_type))
|
||||
if (is_array($extrafields->attribute_type)) && count($extrafields->attribute_type))
|
||||
{
|
||||
foreach($extrafields->attribute_type as $key => $value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user