Updated EU VAT area links and added Isle of Man
Isle of Man is in included in UK state as shown in http://ec.europa.eu/taxation_customs/common/faq/faq_1179_en.htm#9
This commit is contained in:
parent
8ac33e98e7
commit
809367d23b
@ -2332,7 +2332,7 @@ abstract class CommonObject
|
|||||||
function isInEEC()
|
function isInEEC()
|
||||||
{
|
{
|
||||||
// List of all country codes that are in europe for european vat rules
|
// List of all country codes that are in europe for european vat rules
|
||||||
// List found on http://ec.europa.eu/taxation_customs/vies/lang.do?fromWhichPage=vieshome
|
// List found on http://ec.europa.eu/taxation_customs/common/faq/faq_1179_en.htm#9
|
||||||
$country_code_in_EEC=array(
|
$country_code_in_EEC=array(
|
||||||
'AT', // Austria
|
'AT', // Austria
|
||||||
'BE', // Belgium
|
'BE', // Belgium
|
||||||
@ -2345,16 +2345,17 @@ abstract class CommonObject
|
|||||||
'ES', // Spain
|
'ES', // Spain
|
||||||
'FI', // Finland
|
'FI', // Finland
|
||||||
'FR', // France
|
'FR', // France
|
||||||
'GB', // Royaume-uni
|
'GB', // United Kingdom
|
||||||
'GR', // Greece
|
'GR', // Greece
|
||||||
'NL', // Holland
|
'NL', // Holland
|
||||||
'HU', // Hungary
|
'HU', // Hungary
|
||||||
'IE', // Ireland
|
'IE', // Ireland
|
||||||
|
'IM', // Isle of Man - Included in UK
|
||||||
'IT', // Italy
|
'IT', // Italy
|
||||||
'LT', // Lithuania
|
'LT', // Lithuania
|
||||||
'LU', // Luxembourg
|
'LU', // Luxembourg
|
||||||
'LV', // Latvia
|
'LV', // Latvia
|
||||||
'MC', // Monaco Seems to use same IntraVAT than France (http://www.gouv.mc/devwww/wwwnew.nsf/c3241c4782f528bdc1256d52004f970b/9e370807042516a5c1256f81003f5bb3!OpenDocument)
|
'MC', // Monaco - Included in France
|
||||||
'MT', // Malta
|
'MT', // Malta
|
||||||
//'NO', // Norway
|
//'NO', // Norway
|
||||||
'PL', // Poland
|
'PL', // Poland
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user