refs #5334 fix checks basic-data
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Carlos Satorres 2023-05-26 13:25:49 +02:00
parent f74c370446
commit 07e176ae4f
1 changed files with 6 additions and 0 deletions

View File

@ -48,6 +48,7 @@
ng-model="$ctrl.department.clientFk">
</vn-textfield>
</vn-horizontal>
<vn-horizontal>
<vn-check
label="Telecommutes"
ng-model="$ctrl.department.isTeleworking">
@ -60,14 +61,19 @@
label="Is on production"
ng-model="$ctrl.department.isProduction">
</vn-check>
</vn-horizontal>
<vn-one>
<vn-check
label="Fill in days without physical check-ins"
ng-model="$ctrl.department.hasToRefill">
</vn-check>
</vn-one>
<vn-one>
<vn-check
label="Send check-ins by email"
ng-model="$ctrl.department.hasToSendMail">
</vn-check>
</vn-one>
</vn-vertical>
</vn-card>
<vn-button-bar>