Skip to content

Commit

Permalink
[Close] [#4555] Update label of intermediary VAT rate for Luxembourg
Browse files Browse the repository at this point in the history
  • Loading branch information
abcnet-lu committed Feb 2, 2016
1 parent fb7e1ad commit 755758d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/install/mysql/data/llx_c_tva.sql
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values (12
-- LUXEMBOURG (id country=140)
insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values (1401, 140, '17','0','VAT standard rate',1);
insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values (1402, 140, '14','0','VAT reduced rate',1);
insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values (1403, 140, '8','0','VAT reduced rate', 1);
insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values (1403, 140, '8','0','VAT intermediary rate', 1);
insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values (1404, 140, '3','0','VAT super-reduced rate', 1);
insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values (1405, 140, '0','0','VAT Rate 0', 1);

Expand Down
2 changes: 2 additions & 0 deletions htdocs/install/mysql/migration/3.8.0-3.9.0.sql
Original file line number Diff line number Diff line change
Expand Up @@ -588,3 +588,5 @@ ALTER TABLE llx_holiday ADD COLUMN entity integer DEFAULT 1 NOT NULL;
UPDATE llx_c_tva SET taux='17' WHERE rowid=1401 AND fk_pays=140;
UPDATE llx_c_tva SET taux='14' WHERE rowid=1402 AND fk_pays=140;
UPDATE llx_c_tva SET taux='8' WHERE rowid=1403 AND fk_pays=140;
UPDATE llx_c_tva SET note='VAT intermediary rate' WHERE rowid=1403 AND fk_pays=140;

0 comments on commit 755758d

Please sign in to comment.