forked from Wavyzz/dolibarr
Update functions.lib.php (#34436)
This commit is contained in:
@@ -14012,7 +14012,7 @@ function getElementProperties($elementType)
|
||||
$table_element = 'ecmfiles';
|
||||
$subelement = '';
|
||||
} elseif ($elementType == 'knowledgerecord' || $elementType == 'knowledgemanagement') {
|
||||
$module = '';
|
||||
$module = 'knowledgemanagement';
|
||||
$classpath = 'knowledgemanagement/class';
|
||||
$classfile = 'knowledgerecord';
|
||||
$classname = 'KnowledgeRecord';
|
||||
|
||||
Reference in New Issue
Block a user