2
0
forked from Wavyzz/dolibarr

Fix: Removed warning

This commit is contained in:
Laurent Destailleur
2012-04-10 12:37:53 +02:00
parent 6616254504
commit 231fd6b2ae

View File

@@ -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