Skip to content
Snippets Groups Projects
Commit ab5e185b authored by Regis Houssin's avatar Regis Houssin
Browse files

Merge pull request #97 from aspangaro/patch-1

Update with CET (CFE+CVAE)
parents 5d5af4cd 66fbe5a0
No related branches found
No related tags found
No related merge requests found
......@@ -179,3 +179,6 @@ insert into llx_c_tva(rowid,fk_pays,taux,recuperableonly,note,active) values (23
update llx_cotisation set fk_bank = null where fk_bank not in (select rowid from llx_bank);
insert into llx_c_chargesociales (id, libelle, deductible, active, code, fk_pays) values ( 12, 'Cotisation fonciere des entreprises', 0,1,'TAXCFE' ,'1');
insert into llx_c_chargesociales (id, libelle, deductible, active, code, fk_pays) values ( 13, 'Cotisation sur la valeur ajoutee des entreprises', 0,1,'TAXCVAE' ,'1');
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment