Typo caused EU TaxDriver to not charge taxes for shipping addresses in France.

This commit is contained in:
Martin Kamerbeek 2010-01-28 10:39:40 +01:00
parent 27df0d537d
commit 02f4211f12
3 changed files with 20 additions and 3 deletions

View file

@ -62,7 +62,7 @@ tie my %EU_COUNTRIES, 'Tie::IxHash', (
EL => 'Greece',
ES => 'Spain',
FI => 'Finland',
FR => 'France ',
FR => 'France',
GB => 'United Kingdom',
HU => 'Hungary',
IE => 'Ireland',