diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index 61db3922..561c79a9 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -3993,6 +3993,7 @@ export class CommandController extends Controller { profile.dateStart = item.bodyProfile.dateStart; profile.amount = item.bodyProfile.amount ?? null; profile.amountSpecial = item.bodyProfile.amountSpecial ?? null; + profile.isProbation = item.bodyProfile.isProbation; await this.profileRepository.save(profile); setLogDataDiff(req, { before, after: profile }); }