Skip to content

Commit 676bcf3

Browse files
committed
Removing the unwanted Use only plan hours, since this is not an option anymore
1 parent ddc231f commit 676bcf3

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

eform-client/src/app/plugins/modules/time-planning-pn/components/plannings/time-planning-actions/assigned-site/assigned-site-dialog.component.html

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,6 @@
66
>
77
<mat-tab label="{{'General' | translate }}" >
88

9-
<div class="d-flex flex-row"
10-
*ngIf="!data.resigned && selectCurrentUserIsFirstUser$ | async">
11-
<mat-checkbox class="p-1"
12-
[id]="'useOnlyPlanHours'"
13-
[name]="'useOnlyPlanHours'"
14-
formControlName="useOnlyPlanHours">
15-
<div>
16-
<div>{{ 'Use only plan hours' | translate }}</div>
17-
<small class="checkbox-description"></small>
18-
</div>
19-
</mat-checkbox>
20-
</div>
21-
229
<!-- ========= Payroll rules (hidden when no pay rule sets exist) ========= -->
2310
<h3 class="section-header" *ngIf="!data.resigned && availablePayRuleSets.length > 0 && selectCurrentUserIsAdmin$ | async">{{ 'Payroll rules' | translate }}</h3>
2411

0 commit comments

Comments
 (0)