Skip to content

Commit

Permalink
Merge pull request #72 from AntonioAngelino/patch-1
Browse files Browse the repository at this point in the history
Bugfix: Updated ES-GC and ES-TF VAT rates
  • Loading branch information
valeriansaliou authored Sep 26, 2024
2 parents ae9ae9c + 45de328 commit ca5a27c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/sales_tax_rates.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@
},

"GC": {
"rate": -0.21,
"rate": -0.07,
"type": "vat"
},

Expand All @@ -342,7 +342,7 @@
},

"TF": {
"rate": -0.21,
"rate": -0.07,
"type": "vat"
}
}
Expand Down

0 comments on commit ca5a27c

Please sign in to comment.