Added Country and Postal Code

This commit is contained in:
D065023
2019-12-03 10:58:53 +01:00
parent 692a360065
commit 28a51f4837
6 changed files with 21 additions and 1 deletions

View File

@@ -4,6 +4,8 @@ const RELEVANT_ADDRESS_COLUMNS = [
'AddressID',
'CityName',
'StreetName',
'PostalCode',
'Country',
'HouseNumber'
]