On Fri Feb 10 05:07:54 2012, justin@masonsmusic.co.uk wrote:
Show quoted text>
> The VAT rate for the UK is incorrect.
>
> The rate used in the module is 17.5% while the current VAT rate is 20%.
>
>
Here is a basic patch. 20% is correct according to:
http://www.vatlive.com/vat-rates/european-vat-rates/eu-vat-rates/
jonasbn
diff --git a/lib/Business/Tax/VAT.pm b/lib/Business/Tax/VAT.pm
index c6f24ca..dbf0745 100644
--- a/lib/Business/Tax/VAT.pm
+++ b/lib/Business/Tax/VAT.pm
@@ -77,7 +77,7 @@ our %RATE = (
si => 20,
es => 16,
se => 25,
- uk => 17.5,
+ uk => 20,
);
sub new {
@@ -202,7 +202,7 @@ This module uses the following rates and codes:
si, Slovenia, 20%
es, Spain, 16%
se, Sweden, 25%
- uk, United Kingdom, 17.5%
+ uk, United Kingdom, 20%
If any of these rates become incorrect, or if you wish to use
different rates due to the nature of the product (e.g. books are 0%