if(!isset($this->global->MAIN_PROPAGATE_CONTACTS_FROM_ORIGIN))$this->global->MAIN_PROPAGATE_CONTACTS_FROM_ORIGIN='*';// Can be also '*' or '^(BILLING|SHIPPING|CUSTOMER|.*)$' (regex not yet implemented)
if(!isset($this->global->MAIN_PROPAGATE_CONTACTS_FROM_ORIGIN))$this->global->MAIN_PROPAGATE_CONTACTS_FROM_ORIGIN='*';// Can be also '*' or '^(BILLING|SHIPPING|CUSTOMER|.*)$' (regex not yet implemented)
// By default, we use the zip town autofill
// By default, we do not use the zip town autofill
// Define list of limited modules (value must be key found for "name" property of module, so for example 'supplierproposal' for Module "Supplier Proposal"
// Define list of limited modules (value must be key found for "name" property of module, so for example 'supplierproposal' for Module "Supplier Proposal"
if(!isset($this->global->MAIN_MODULES_FOR_EXTERNAL))$this->global->MAIN_MODULES_FOR_EXTERNAL='user,societe,propal,commande,facture,categorie,supplierproposal,fournisseur,contact,projet,contrat,ficheinter,expedition,agenda,resource,adherent';// '' means 'all'. Note that contact is added here as it should be a module later.
if(!isset($this->global->MAIN_MODULES_FOR_EXTERNAL))$this->global->MAIN_MODULES_FOR_EXTERNAL='user,societe,propal,commande,facture,categorie,supplierproposal,fournisseur,contact,projet,contrat,ficheinter,expedition,agenda,resource,adherent';// '' means 'all'. Note that contact is added here as it should be a module later.