diff --git a/mysql/data/data.sql b/mysql/data/data.sql index 6d5a335bdb7..07dc574e2f7 100644 --- a/mysql/data/data.sql +++ b/mysql/data/data.sql @@ -74,8 +74,6 @@ insert into llx_const(name,value,type,visible,note) values('MAIN_FASTSEARCH_COMP insert into llx_const(name,value,type,visible,note) values('MAIN_FASTSEARCH_CONTACT','1','yesno',0,'Show form for quick contact search'); insert into llx_const(name,value,type,visible,note) values('MAIN_FASTSEARCH_PRODUCT','1','yesno',0,'Show form for quick product search'); -insert into llx_const(name,value,type,visible,note) values('SOCIETE_NOLIST_COURRIER','1','yesno',0,'Liste les fichiers du repertoire courrier'); - -- -- IHM @@ -105,6 +103,19 @@ insert into llx_const (name, value, type, note, visible) values ('MAIN_DELAY_RUN insert into llx_const (name, value, type, note, visible) values ('MAIN_DELAY_MEMBERS','31','chaine','Tolérance de retard avant alerte (en jours) sur cotisations adhérent en retard',0); insert into llx_const (name, value, type, note, visible) values ('MAIN_DELAY_TRANSACTIONS_TO_CONCILIATE','62','chaine','Tolérance de retard avant alerte (en jours) sur rapprochements bancaires à faire',0); + +-- +-- Tiers +-- +insert into llx_const(name,value,type,visible,note) values('SOCIETE_NOLIST_COURRIER','1','yesno',0,'Liste les fichiers du repertoire courrier'); + + +-- +-- Facture +-- +insert into llx_const(name,value,type,visible,note) values('FACTURE_DISABLE_RECUR','1','yesno',0,'Desactivation facture recurrentes'); + + -- -- Mail Adherent --