From 6debe64806d14b6eb3e76098a6876187c998ba09 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 30 Sep 2004 19:34:56 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Modif=20de=20WWW=20par=20VAD=20pour=20av?= =?UTF-8?q?oir=20le=20m=EAme=20identifiant=20partout=20(celui=20dans=20la?= =?UTF-8?q?=20table=20llx=5Fc=5Fpaiement).?= 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 efe1a919af7..aff1c438a99 100644 --- a/mysql/migration/1.1.0-1.2.0-RC1.sql +++ b/mysql/migration/1.1.0-1.2.0-RC1.sql @@ -123,7 +123,7 @@ insert into llx_const(name, value, type, note, visible) values ('MAIN_UPLOAD_DOC insert into llx_const(name, value, type, note, visible) values ('MAIN_SEARCHFORM_PRODUITSERVICE','1','yesno','Affichage formulaire de recherche des Produits et Services dans la barre de gauche',0); delete from llx_const where name = 'COMPTA_BANK_FACTURES'; - +update llx_bank set fk_type = 'VAD' where fk_type = 'WWW'; alter table llx_socpeople change civilite civilite varchar(6);