Fix add Croatia into list of country in EEC

This commit is contained in:
Laurent Destailleur 2016-01-10 13:05:22 +01:00 committed by jfefe
parent 4d75039688
commit 236d4d7771

View File

@ -2918,6 +2918,7 @@ abstract class CommonObject
/** /**
* Return if a country is inside the EEC (European Economic Community) * Return if a country is inside the EEC (European Economic Community)
* TODO Add a field into dictionary
* *
* @return boolean true = country inside EEC, false = country outside EEC * @return boolean true = country inside EEC, false = country outside EEC
*/ */
@ -2939,7 +2940,8 @@ abstract class CommonObject
'FR', // France 'FR', // France
'GB', // United Kingdom 'GB', // United Kingdom
'GR', // Greece 'GR', // Greece
'NL', // Holland 'HR', // Croatia
'NL', // Holland
'HU', // Hungary 'HU', // Hungary
'IE', // Ireland 'IE', // Ireland
'IM', // Isle of Man - Included in UK 'IM', // Isle of Man - Included in UK
@ -2949,7 +2951,7 @@ abstract class CommonObject
'LV', // Latvia 'LV', // Latvia
'MC', // Monaco - Included in France 'MC', // Monaco - Included in France
'MT', // Malta 'MT', // Malta
//'NO', // Norway //'NO', // Norway
'PL', // Poland 'PL', // Poland
'PT', // Portugal 'PT', // Portugal
'RO', // Romania 'RO', // Romania