mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 01:28:19 +01:00
FIX delivery note disappear after generation
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user