From e640e21bb1298d6278e45ae3c56675134ac6b062 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 2 Dec 2007 16:22:50 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Option=20desactivation=20factures=20recu?= =?UTF-8?q?rrents=20non=20op=E9rationnelle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/data/data.sql | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) 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 --