mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
bugfix of double civility abbreviation after edit
This commit is contained in:
@@ -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 };
|
||||
|
Reference in New Issue
Block a user