diff --git a/editor/editor_config.cpp b/editor/editor_config.cpp index f8416e6774..a1e6a77bdd 100644 --- a/editor/editor_config.cpp +++ b/editor/editor_config.cpp @@ -53,7 +53,8 @@ bool TypeDescriptionFromXml(pugi::xml_node const & root, pugi::xml_node const & return; } - if (fieldName == "street" || fieldName == "housenumber" || fieldName == "housename") + if (fieldName == "street" || fieldName == "housenumber" || fieldName == "housename" || + fieldName == "postcode") { outDesc.m_address = true; return;