mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 01:28:19 +01:00
fix common delete (#36167)
This commit is contained in:
@@ -158,6 +158,9 @@ function getMultidirOutput($object, $module = '', $forobject = 0, $mode = 'outpu
|
||||
} elseif ($module == 'recruitmentcandidature') {
|
||||
$module = 'recruitment';
|
||||
$subdirectory = '/recruitmentcandidature';
|
||||
} elseif ($module == 'knowledgerecord') {
|
||||
$module = 'knowledgemanagement';
|
||||
$subdirectory = '/knowledgerecord';
|
||||
}
|
||||
|
||||
// Get the relative path of directory
|
||||
|
||||
Reference in New Issue
Block a user