diff --git a/src/controllers/CommandController.ts b/src/controllers/CommandController.ts index 9973a507..28498513 100644 --- a/src/controllers/CommandController.ts +++ b/src/controllers/CommandController.ts @@ -1400,6 +1400,8 @@ export class CommandController extends Controller { lastName: item.lastName, position: item.position, profileId: item.profileId, + comment: item.comment, + isSignatory: item.isSignatory, })); return new HttpSuccess(_command); }