From 96e748c93a4dff7502fe78549f5f7adda596a83c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 28 Jul 2004 20:18:36 +0000 Subject: [PATCH] =?UTF-8?q?Comme=20les=20options=20factures=20n'ont=20pas?= =?UTF-8?q?=20toutes=20=E9t=E9=20inclus=20dans=20la=20page=20config=20modu?= =?UTF-8?q?le,=20on=20doit=20les=20laisser=20visibles=20sur=20la=20page=20?= =?UTF-8?q?constantes=20sinon=20on=20ne=20peut=20plus=20les=20=E9diter.?= 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 | 3 --- 1 file changed, 3 deletions(-) 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 eb8745dd2e1..12884e96bc4 100644 --- a/mysql/migration/1.1.0-1.2.0-RC1.sql +++ b/mysql/migration/1.1.0-1.2.0-RC1.sql @@ -124,8 +124,6 @@ create table llx_paiement_facture insert into llx_const(name, value, type, note) values ('MAIN_UPLOAD_DOC','1','chaine','Authorise l\'upload de document'); -update llx_societe set fk_forme_juridique=0 where fk_forme_juridique >= 54; - drop table if exists llx_c_forme_juridique; @@ -229,7 +227,6 @@ 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;