From a8f4a7d39bfb50708f4fc61d37dd4aa17b1863a0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 1 May 2006 14:40:35 +0000 Subject: [PATCH] =?UTF-8?q?Le=20parametre=20EMAIL=5FMAILING=5FFROM=20s'=E9?= =?UTF-8?q?dite=20sur=20page=20module=20mailing=20dont=20ne=20doit=20pas?= =?UTF-8?q?=20apparaitre=20dans=20config=20-=20autre?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/migration/2.0.0-2.1.0.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql index abc536afb70..1778370ad2b 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -106,6 +106,7 @@ drop table if exists llx_soc_recontact; update llx_const set name='MAIN_SIZE_LISTE_LIMIT' where name='SIZE_LISTE_LIMIT'; update llx_const set name='SOCIETE_FISCAL_MONTH_START' where name='FISCAL_MONTH_START'; update llx_const set visible=0 where name='FACTURE_DISABLE_RECUR'; +update llx_const set visible=0 where name='MAILING_EMAIL_FROM'; alter table llx_paiementfourn add statut smallint(6) NOT NULL DEFAULT 0;