Skip to content
Snippets Groups Projects
Commit f77b8f82 authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

#1064440 house number address search

parent 7135f9e6
No related branches found
No related tags found
No related merge requests found
......@@ -364,8 +364,9 @@ WsValidationUtils.setAddressFields = function(pJSON)
for (let field in toSet)
{
let value = toSet[field] || "";
neon.setFieldValue(field, value);
let value = toSet[field];
if (value)
neon.setFieldValue(field, value);
}
return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment