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 99924d4432
commit 0830af9f11
4 changed files with 20 additions and 18 deletions

View File

@@ -4860,8 +4860,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",