Skip to content
Snippets Groups Projects
Commit 3ad29193 authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: Ajoute 1 constante oubliée a l'install

parent 8e7ec3c4
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,7 @@ insert into llx_const (name, value, type, note, visible) values ('MAIN_MAIL_SMTP
insert into llx_const (name, value, type, note, visible) values ('MAIN_UPLOAD_DOC','2048','chaine','Max size for file upload (0 means no upload allowed)',0);
insert into llx_const(name,value,type,visible,note) values('MAIN_SHOW_DEVELOPMENT_MODULES','0','yesno',1,'Make development modules visible');
insert into llx_const(name,value,type,visible,note) values('PRODUCT_SHOW_WHEN_CREATE','0','yesno',1,'Add products list in first step of proposal, invoice, order creation');
insert into llx_const(name,value,type,visible,note) values('MAIN_FASTSEARCH_COMPANY','1','yesno',0,'Show form for quick company search');
insert into llx_const(name,value,type,visible,note) values('MAIN_FASTSEARCH_CONTACT','1','yesno',0,'Show form for quick contact search');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment