Merge branch 'master' into issue345_internal_thirdparty_contact

This commit is contained in:
nobohan
2022-02-18 11:22:51 +01:00
34 changed files with 448 additions and 110 deletions

View File

@@ -78,7 +78,7 @@ export default {
case 'thirdparty':
let data = this.$refs.castThirdparty.$data.thirdparty;
data.name = data.text;
if (data.address !== undefined) {
if (data.address !== null) {
data.address = { id: data.address.address_id }
} else {
data.address = null;