On Thu Oct 07 02:03:00 2010, STEFANOS wrote:
Show quoted text> please update the de rate from 16 to 19, thanks.
>
> replace the follow line:
> de => 16,
>
> with this:
> de => 19,
>
> and this:
> de, Germany, 16%
>
> with this:
> de, Germany, 19%
>
Here is a basic patch
diff --git a/lib/Business/Tax/VAT.pm b/lib/Business/Tax/VAT.pm
index c6f24ca..71faa92 100644
--- a/lib/Business/Tax/VAT.pm
+++ b/lib/Business/Tax/VAT.pm
@@ -61,7 +61,7 @@ our %RATE = (
ee => 18,
fi => 22,
fr => 19.6,
- de => 16,
+ de => 19,
gr => 17.5,
hu => 25,
ie => 21,
@@ -186,7 +186,7 @@ This module uses the following rates and codes:
ee, Estonia, 18%
fi, Finland, 22%
fr, France, 19.6%
- de, Germany, 16%
+ de, Germany, 19%
gr, Greece, 17.5%
hu, Hungary, 25%
ie, Ireland, 21%