2
0
forked from Wavyzz/dolibarr

knowledgemanager finished

This commit is contained in:
lmarcouiller
2021-04-29 10:49:56 +02:00
parent 6da32015f4
commit d4fb9c7c47
2 changed files with 27 additions and 1 deletions

View File

@@ -291,7 +291,7 @@ class modKnowledgeManagement extends DolibarrModules
'fk_menu'=>'', // '' if this is a top menu. For left menu, use 'fk_mainmenu=xxx' or 'fk_mainmenu=xxx,fk_leftmenu=yyy' where xxx is mainmenucode and yyy is a leftmenucode
'type'=>'top', // This is a Top menu entry
'titre'=>'ModuleKnowledgeManagementName',
'prefix' => img_picto('knowledgemanagement', 'knowledgemanagement', 'class="paddingright pictofixedwidth"'),
'prefix' => img_picto('', $this->picto, 'class="paddingright pictofixedwidth em092"'),
'mainmenu'=>'knowledgemanagement',
'leftmenu'=>'',
'url'=>'/knowledgemanagement/knowledgerecord_list.php',