Fix: Removed warning

This commit is contained in:
Laurent Destailleur 2012-04-10 12:38:10 +02:00 committed by Regis Houssin
parent d7e579e234
commit 307c010b90

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