From 92d3fd8728043c1cf636b971e010f52da7b8b70a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 1 May 2006 14:13:44 +0000 Subject: [PATCH] =?UTF-8?q?L'option=20pour=20d=E9sactiver=20les=20factures?= =?UTF-8?q?=20r=E9currentes=20mises=20dans=20module=20config=20factures?= 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 765d84cfafd..abc536afb70 100644 --- a/mysql/migration/2.0.0-2.1.0.sql +++ b/mysql/migration/2.0.0-2.1.0.sql @@ -105,6 +105,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'; alter table llx_paiementfourn add statut smallint(6) NOT NULL DEFAULT 0;