2
0
forked from Wavyzz/dolibarr

Fix label-picto of extrafields

This commit is contained in:
Laurent Destailleur
2024-08-20 11:45:15 +02:00
parent c68c1b1ccf
commit 871643857d
4 changed files with 21 additions and 19 deletions

View File

@@ -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",