case 4341
This commit is contained in:
@@ -829,6 +829,11 @@ export default {
|
||||
if (obj.postCode) {
|
||||
q += obj.postCode + delimiter;
|
||||
}
|
||||
|
||||
if (obj.addressPostal) {
|
||||
q += obj.addressPostal + delimiter;
|
||||
}
|
||||
|
||||
if (q.length > 1) {
|
||||
q = q.substring(0, q.length - 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user