Skip to content
Snippets Groups Projects
Commit f0a09048 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Nom de domaine dans demo dolibarr.org

parent b6b6073f
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@ REPLACE INTO llx_const (name, value, type, visible) VALUES ('MAIN_INFO_SOCIETE_P
REPLACE INTO llx_const (name, value, type, visible) VALUES ('MAIN_INFO_SOCIETE_TEL','01 02 03 04 05','chaine',0);
REPLACE INTO llx_const (name, value, type, visible) VALUES ('MAIN_INFO_SOCIETE_FAX','01 02 03 04 06','chaine',0);
REPLACE INTO llx_const (name, value, type, visible) VALUES ('MAIN_INFO_SOCIETE_WEB','dolibarr.jexiste.fr','chaine',0);
REPLACE INTO llx_const (name, value, type, visible) VALUES ('MAIN_INFO_SOCIETE_WEB','www.dolibarr.org','chaine',0);
REPLACE INTO llx_const (name, value, type, visible) VALUES ('MAIN_INFO_SOCIETE_MAIL','mycompany@mycompany.com','chaine',0);
REPLACE INTO llx_const (name, value, type, visible) VALUES ('MAIN_INFO_TVAINTRA','12345679012345','chaine',0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment