forked from Wavyzz/dolibarr
Fix label-picto of extrafields
This commit is contained in:
@@ -4761,8 +4761,8 @@ function getPictoForType($key, $morecss = '')
|
||||
'select' => 'list',
|
||||
'sellist' => 'list',
|
||||
'radio' => 'check-circle',
|
||||
'checkbox' => 'check-square',
|
||||
'chkbxlst' => 'check-square',
|
||||
'checkbox' => 'list',
|
||||
'chkbxlst' => 'list',
|
||||
'link' => 'link',
|
||||
'icon' => "question",
|
||||
'point' => "country",
|
||||
|
||||
Reference in New Issue
Block a user