Skip to content

Commit c2a139d

Browse files
committed
Fixing missing commentOffice save part.
1 parent f646959 commit c2a139d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eform-client/src/app/plugins/modules/time-planning-pn/components/plannings/time-planning-actions/workday-entity/workday-entity-dialog.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,6 @@ export class WorkdayEntityDialogComponent implements OnInit {
11241124
// Rens paidOutFlex
11251125
this.data.planningPrDayModels.paidOutFlex =
11261126
this.data.planningPrDayModels.paidOutFlex === null ? 0 : this.data.planningPrDayModels.paidOutFlex;
1127-
11281127
this.data.planningPrDayModels.commentOffice = this.workdayForm.get('commentOffice')?.value;
11291128
}
11301129

@@ -1344,4 +1343,4 @@ export class WorkdayEntityDialogComponent implements OnInit {
13441343

13451344
onCancel() {
13461345
}
1347-
}
1346+
}

0 commit comments

Comments
 (0)