mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 09:38:23 +01:00
add category map to categorie (#26649)
This commit is contained in:
@@ -212,7 +212,8 @@ function isModEnabled($module)
|
||||
$arrayconv = array(
|
||||
'project' => 'projet',
|
||||
'contract' => 'contrat',
|
||||
'bank' => 'banque'
|
||||
'bank' => 'banque',
|
||||
'category' => 'categorie'
|
||||
);
|
||||
if (empty($conf->global->MAIN_USE_NEW_SUPPLIERMOD)) {
|
||||
$arrayconv['supplier_order'] = 'fournisseur';
|
||||
|
||||
Reference in New Issue
Block a user