FIX delivery note disappear after generation

This commit is contained in:
Laurent Destailleur
2023-11-20 21:47:48 +01:00
parent 7e20669b8c
commit c1aefa75a7

View File

@@ -210,10 +210,11 @@ function isModEnabled($module)
// Fix special cases
$arrayconv = array(
'project' => 'projet',
'contract' => 'contrat',
'bank' => 'banque',
'category' => 'categorie'
'category' => 'categorie',
'contract' => 'contrat',
'project' => 'projet',
'delivery_note' => 'expedition'
);
if (empty($conf->global->MAIN_USE_NEW_SUPPLIERMOD)) {
$arrayconv['supplier_order'] = 'fournisseur';