Skip to content
Snippets Groups Projects
Commit 4ed53ede authored by Juanjo Menent's avatar Juanjo Menent
Browse files

Merge pull request #4692 from simnandez/develop

Remove from 4.0
parents f3f1bf81 27b86be6
Branches
Tags
No related merge requests found
...@@ -308,8 +308,3 @@ ALTER TABLE llx_supplier_proposaldet ADD COLUMN multicurrency_total_ttc double(2 ...@@ -308,8 +308,3 @@ ALTER TABLE llx_supplier_proposaldet ADD COLUMN multicurrency_total_ttc double(2
ALTER TABLE llx_product_lang ADD COLUMN import_key varchar(14) DEFAULT NULL; ALTER TABLE llx_product_lang ADD COLUMN import_key varchar(14) DEFAULT NULL;
-- MALTA VATS (id country=148)
INSERT INTO llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) VALUES (1481, 148, '18','0','VAT standard rate',1);
INSERT INTO llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) VALUES (1482, 148, '7','0','VAT reduced rate',1);
INSERT INTO llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) VALUES (1483, 148, '5','0','VAT super-reduced rate', 1);
INSERT INTO llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) VALUES (1484, 148, '0','0','VAT Rate 0', 1);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment