Fix bad name of var
This commit is contained in:
parent
7b14b5e115
commit
fef3bed4ba
@ -344,7 +344,7 @@ class Conf
|
|||||||
$this->fournisseur->facture->dir_temp =$rootfordata."/fournisseur/facture/temp";
|
$this->fournisseur->facture->dir_temp =$rootfordata."/fournisseur/facture/temp";
|
||||||
|
|
||||||
// To prepare split of module fournisseur into fournisseur + supplier_order + supplier_invoice
|
// To prepare split of module fournisseur into fournisseur + supplier_order + supplier_invoice
|
||||||
if (empty($this->global->MAIN_USE_OLD_SUPPLIERMOD)) // By default, test is true
|
if (empty($this->global->MAIN_USE_NEW_SUPPLIERMOD)) // By default, test is true
|
||||||
{
|
{
|
||||||
$this->supplier_order=new stdClass();
|
$this->supplier_order=new stdClass();
|
||||||
$this->supplier_order->enabled=1;
|
$this->supplier_order->enabled=1;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user