On Thu Jul 31 10:54:48 2014, JONASBN wrote:
Show quoted text> On Wed Sep 18 05:45:41 2013, menozero wrote:
> > On 17 September, 2011 Italy changed (suddenly!) its VAT rate to 21%.
> > The module still uses 20%.
> >
> > In 2013, on 1 July, the rate was about to change to 22%, but the
> > decision was postponed. Right now nobody knows for sure, but it may
> > change to 22% on 1 October, or later, or never. (Italy!)
> >
> > g.
>
> In changed on the date you mentioened according to this resource:
>
>
http://www.vatlive.com/vat-rates/european-vat-rates/eu-vat-rates/
>
> jonasbn
Now with a patch
diff --git a/lib/Business/Tax/VAT.pm b/lib/Business/Tax/VAT.pm
index c6f24ca..4ca1384 100644
--- a/lib/Business/Tax/VAT.pm
+++ b/lib/Business/Tax/VAT.pm
@@ -65,7 +65,7 @@ our %RATE = (
gr => 17.5,
hu => 25,
ie => 21,
- it => 20,
+ it => 22,
lv => 18,
'lt' => 17.5,
lu => 15,