diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index e8bf6f17..3ff4a85c 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -4457,6 +4457,8 @@ export class CommandController extends Controller { profile.currentDistrictId = currentDistrictId ? currentDistrictId.id : _null; profile.currentSubDistrictId = currentSubDistrictId ? currentSubDistrictId.id : _null; profile.email = item.bodyProfile.email; + profile.telephoneNumber = item.bodyProfile.telephoneNumber; + profile.phone = item.bodyProfile.phone; profile.dateStart = item.bodyProfile.dateStart; profile.amount = item.bodyProfile.amount ?? null; profile.amountSpecial = item.bodyProfile.amountSpecial ?? null;