Skip to content

Commit

Permalink
Qual: Removed code we should not have.
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Apr 26, 2014
1 parent 6344360 commit 4ade14b
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions htdocs/core/class/conf.class.php
Expand Up @@ -225,22 +225,6 @@ function setValues($db)
if ($ret) $mc = new ActionsMulticompany($db);
}

// Second or others levels object
$this->propal->cloture = new stdClass();
$this->propal->facturation = new stdClass();
$this->commande->client = new stdClass();
$this->commande->fournisseur = new stdClass();
$this->facture->client = new stdClass();
$this->facture->fournisseur = new stdClass();
$this->fournisseur->commande = new stdClass();
$this->fournisseur->facture = new stdClass();
$this->contrat->services = new stdClass();
$this->contrat->services->inactifs = new stdClass();
$this->contrat->services->expires = new stdClass();
$this->adherent->cotisation = new stdClass();
$this->bank->rappro = new stdClass();
$this->bank->cheque = new stdClass();

// Clean some variables
if (empty($this->global->MAIN_MENU_STANDARD)) $this->global->MAIN_MENU_STANDARD="eldy_menu.php";
if (empty($this->global->MAIN_MENUFRONT_STANDARD)) $this->global->MAIN_MENUFRONT_STANDARD="eldy_menu.php";
Expand Down

0 comments on commit 4ade14b

Please sign in to comment.