[minor] if address is not found then set the address_field to '' instead of None
This commit is contained in:
parent
8371c1c4cd
commit
8a2e6f427b
@ -90,7 +90,7 @@ erpnext.utils.get_address_display = function(frm, address_field, display_field,
|
||||
}
|
||||
})
|
||||
} else {
|
||||
frm.set_value(display_field, null);
|
||||
frm.set_value(display_field, '');
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user