From 520101bdfb6f82ca078c326820053ddef9507133 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 1 Jun 2013 02:52:25 +0200 Subject: [PATCH] Fix: Missing vat rate --- htdocs/install/mysql/migration/3.3.0-3.4.0.sql | 3 +++ 1 file changed, 3 insertions(+) diff --git a/htdocs/install/mysql/migration/3.3.0-3.4.0.sql b/htdocs/install/mysql/migration/3.3.0-3.4.0.sql index eee29dbd594..a98ecd1e922 100755 --- a/htdocs/install/mysql/migration/3.3.0-3.4.0.sql +++ b/htdocs/install/mysql/migration/3.3.0-3.4.0.sql @@ -382,3 +382,6 @@ ALTER TABLE llx_user_clicktodial ADD COLUMN url varchar(255) AFTER fk_user; ALTER TABLE llx_fichinterdet ADD COLUMN fk_parent_line integer NULL AFTER fk_fichinter; ALTER TABLE llx_societe_address CHANGE COLUMN tel phone varchar(20); + +insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,localtax1,localtax1_type,note,active) values (143, 14,'5','0','9.975','1','TPS and TVQ rate',1); +