From ce193f0808677e3befec346f5e8426880ec67a45 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 13 May 2009 09:55:03 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20note=20commune=20suivant=20le=20type=20d?= =?UTF-8?q?e=20taux=20et=20mise=20=E0=20jour=20des=20taux=20au=201er=20jan?= =?UTF-8?q?vier=202009?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mysql/data/data.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/data/data.sql b/mysql/data/data.sql index 31665896bf2..46000927a99 100644 --- a/mysql/data/data.sql +++ b/mysql/data/data.sql @@ -1184,7 +1184,7 @@ insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values (28 -- AUTRICHE (id 41) insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values ( 411, 41, '20','0','VAT standard rate',1); insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values ( 412, 41, '10','0','VAT reduced rate', 1); -insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values ( 413, 41, '0','0','VAT Rate 0 ou non applicable',1); +insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values ( 413, 41, '0','0','VAT Rate 0',1); -- BELGIQUE (id 2) insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values ( 21, 2, '21','0','VAT standard rate',1);