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

Fix: Variable FICHEINTER_ADDON_PDF et FICHEINTER_ADDON n'avait pas tjs la meme...

Fix: Variable FICHEINTER_ADDON_PDF et FICHEINTER_ADDON n'avait pas tjs la meme syntax (manquait le E)
parent b0fc136b
No related branches found
No related tags found
No related merge requests found
......@@ -109,8 +109,6 @@ delete from llx_const where name='MAIN_SHOW_DEVELOPMENT_MODULES';
delete from llx_const where name='MAIN_ENABLE_DEVELOPMENT';
DELETE FROM llx_const WHERE name = 'PRODUIT_CHANGE_PROD_DESC';
DELETE FROM llx_const WHERE name like 'FICHINTER_ADDON%';
insert into llx_const (name, value, type, visible) values ('FICHEINTER_ADDON', 'pacific','chaine',0);
insert into llx_const (name, value, type, visible) values ('FICHEINTER_ADDON_PDF','soleil','chaine',0);
INSERT INTO llx_const(name, value, type, note, visible) VALUES ('GENBARCODE_LOCATION','/usr/local/bin/genbarcode','chaine','location of genbarcode',0);
insert into llx_const(name, value, type, visible, note) values('MAIN_FEATURES_LEVEL','0','chaine',1,'Level of features to show (0=stable only, 1=stable+experimental, 2=stable+experimental+development');
......
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