bugfix of double civility abbreviation after edit

This commit is contained in:
2022-01-24 14:44:53 +01:00
parent 0f2cbbe553
commit b87f14255d
4 changed files with 5 additions and 4 deletions

View File

@@ -405,7 +405,7 @@ let initPromise = Promise.all([scopesPromise, accompanyingCoursePromise])
}));
}
else if (payload.type === 'thirdparty') {
body.name = payload.data.text;
body.name = payload.data.name;
body.email = payload.data.email;
body.telephone = payload.data.phonenumber;
body.address = { id: payload.data.address.address_id };