From a5c64dd5609e1b5391f1345ce89c0a29503fcbeb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 25 Jul 2004 18:47:21 +0000 Subject: [PATCH] =?UTF-8?q?New:=20Toutes=20les=20contantes=20de=20config?= =?UTF-8?q?=20en=20rapport=20avec=20le=20module=20facture=20(FAC=5F)=20ont?= =?UTF-8?q?=20=E9t=E9=20sorties=20de=20la=20page=20"autres"=20et=20plac=E9?= =?UTF-8?q?es=20dans=20la=20page=20config=20du=20module=20facture.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/migration/1.1.0-1.2.0-RC1.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql/migration/1.1.0-1.2.0-RC1.sql b/mysql/migration/1.1.0-1.2.0-RC1.sql index 46d33180942..957315fbf93 100644 --- a/mysql/migration/1.1.0-1.2.0-RC1.sql +++ b/mysql/migration/1.1.0-1.2.0-RC1.sql @@ -219,6 +219,7 @@ create table llx_paiementcharge update llx_const set visible=0 where name like 'ADHERENT%'; update llx_const set visible=0 where name like 'PROPALE_ADDON%'; +update llx_const set visible=0 where name like 'FAC_%'; drop table llx_c_pays;