mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-12 04:21:30 +01:00
FIX delivery note disappear after generation
This commit is contained in:
@@ -210,10 +210,11 @@ function isModEnabled($module)
|
|||||||
|
|
||||||
// Fix special cases
|
// Fix special cases
|
||||||
$arrayconv = array(
|
$arrayconv = array(
|
||||||
'project' => 'projet',
|
|
||||||
'contract' => 'contrat',
|
|
||||||
'bank' => 'banque',
|
'bank' => 'banque',
|
||||||
'category' => 'categorie'
|
'category' => 'categorie',
|
||||||
|
'contract' => 'contrat',
|
||||||
|
'project' => 'projet',
|
||||||
|
'delivery_note' => 'expedition'
|
||||||
);
|
);
|
||||||
if (empty($conf->global->MAIN_USE_NEW_SUPPLIERMOD)) {
|
if (empty($conf->global->MAIN_USE_NEW_SUPPLIERMOD)) {
|
||||||
$arrayconv['supplier_order'] = 'fournisseur';
|
$arrayconv['supplier_order'] = 'fournisseur';
|
||||||
|
|||||||
Reference in New Issue
Block a user