Enable option PROJECT_CAN_ALWAYS_LINK_TO_ALL_SUPPLIERS by default
This commit is contained in:
parent
ef4bdcdb2a
commit
5dbfaec9f8
@ -364,6 +364,7 @@ class Conf
|
|||||||
unset($this->global->PRODUIT_USE_SEARCH_TO_SELECT);
|
unset($this->global->PRODUIT_USE_SEARCH_TO_SELECT);
|
||||||
unset($this->global->COMPANY_USE_SEARCH_TO_SELECT);
|
unset($this->global->COMPANY_USE_SEARCH_TO_SELECT);
|
||||||
unset($this->global->CONTACT_USE_SEARCH_TO_SELECT);
|
unset($this->global->CONTACT_USE_SEARCH_TO_SELECT);
|
||||||
|
unset($this->global->PROJECT_USE_SEARCH_TO_SELECT);
|
||||||
}
|
}
|
||||||
|
|
||||||
// conf->currency
|
// conf->currency
|
||||||
@ -373,6 +374,9 @@ class Conf
|
|||||||
// conf->global->ACCOUNTING_MODE = Option des modules Comptabilites (simple ou expert). Defini le mode de calcul des etats comptables (CA,...)
|
// conf->global->ACCOUNTING_MODE = Option des modules Comptabilites (simple ou expert). Defini le mode de calcul des etats comptables (CA,...)
|
||||||
if (empty($this->global->ACCOUNTING_MODE)) $this->global->ACCOUNTING_MODE='RECETTES-DEPENSES'; // By default. Can be 'RECETTES-DEPENSES' ou 'CREANCES-DETTES'
|
if (empty($this->global->ACCOUNTING_MODE)) $this->global->ACCOUNTING_MODE='RECETTES-DEPENSES'; // By default. Can be 'RECETTES-DEPENSES' ou 'CREANCES-DETTES'
|
||||||
|
|
||||||
|
// By default, suppliers ojbects can be linked to all projects
|
||||||
|
$conf->global->PROJECT_CAN_ALWAYS_LINK_TO_ALL_SUPPLIERS = 1;
|
||||||
|
|
||||||
// conf->liste_limit = constante de taille maximale des listes
|
// conf->liste_limit = constante de taille maximale des listes
|
||||||
if (empty($this->global->MAIN_SIZE_LISTE_LIMIT)) $this->global->MAIN_SIZE_LISTE_LIMIT=25;
|
if (empty($this->global->MAIN_SIZE_LISTE_LIMIT)) $this->global->MAIN_SIZE_LISTE_LIMIT=25;
|
||||||
$this->liste_limit=$this->global->MAIN_SIZE_LISTE_LIMIT;
|
$this->liste_limit=$this->global->MAIN_SIZE_LISTE_LIMIT;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user