From 8e7ec3c442d67217c10396182d1b13c9566b578e Mon Sep 17 00:00:00 2001
From: Regis Houssin <regis@dolibarr.fr>
Date: Tue, 9 Jan 2007 19:34:36 +0000
Subject: [PATCH] =?UTF-8?q?Ajout:=20finalisation=20de=20l'ajout=20de=20tou?=
 =?UTF-8?q?s=20les=20pays=20!!!=20ATTENTION=20!!!=20v=E9rifiez=20bien=20le?=
 =?UTF-8?q?=20pays=20de=20vos=20clients=20(sauf=20pour=20la=20france)=20ca?=
 =?UTF-8?q?r=20certain=20ID=20ont=20chang=E9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 mysql/migration/2.0.0-2.1.0.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mysql/migration/2.0.0-2.1.0.sql b/mysql/migration/2.0.0-2.1.0.sql
index e7da3daf050..c53afe8fc7d 100644
--- a/mysql/migration/2.0.0-2.1.0.sql
+++ b/mysql/migration/2.0.0-2.1.0.sql
@@ -517,7 +517,7 @@ delete from llx_c_tva where rowid='292' and fk_pays='5';
 delete from llx_c_tva where rowid='291' and fk_pays='29';
 delete from llx_c_tva where rowid='292' and fk_pays='29';
 delete from llx_c_tva where rowid='261' and fk_pays='26';
-delete from llx_c_tva where rowid='261' and fk_pays='26';
+delete from llx_c_tva where rowid='262' and fk_pays='26';
 delete from llx_c_tva where rowid='263' and fk_pays='26';
 insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values (281, 28,  '10','0','VAT Rate 10',1);
 insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values (282, 28,   '0','0','VAT Rate 0',1);
-- 
GitLab