forked from Wavyzz/dolibarr
Fix: Removed warning
This commit is contained in:
@@ -414,11 +414,11 @@ class Conf
|
|||||||
$this->bank->cheque->warning_delay=(isset($this->global->MAIN_DELAY_CHEQUES_TO_DEPOSIT)?$this->global->MAIN_DELAY_CHEQUES_TO_DEPOSIT:0)*24*60*60;
|
$this->bank->cheque->warning_delay=(isset($this->global->MAIN_DELAY_CHEQUES_TO_DEPOSIT)?$this->global->MAIN_DELAY_CHEQUES_TO_DEPOSIT:0)*24*60*60;
|
||||||
|
|
||||||
// For backward compatibility
|
// For backward compatibility
|
||||||
$this->produit=$this->product;
|
if (isset($this->product)) $this->produit=$this->product;
|
||||||
$this->invoice=$this->facture;
|
if (isset($this->facture)) $this->invoice=$this->facture;
|
||||||
$this->order=$this->commande;
|
if (isset($this->commande)) $this->order=$this->commande;
|
||||||
$this->contract=$this->contrat;
|
if (isset($this->contrat)) $this->contract=$this->contrat;
|
||||||
$this->category=$this->categorie;
|
if (isset($this->categorie)) $this->category=$this->categorie;
|
||||||
|
|
||||||
|
|
||||||
// Define menu manager in setup
|
// Define menu manager in setup
|
||||||
|
|||||||
Reference in New Issue
Block a user