Starting working on non working days

This commit is contained in:
Aurélie Delhaie
2022-10-16 14:49:10 +02:00
parent 63d1ca329f
commit 6a44c4afd9
6 changed files with 83 additions and 125 deletions

View File

@@ -55,7 +55,7 @@ void SetDayDialog::accept()
}
void SetDayDialog::validate_and_accept() {
copy->set_validate(true);
copy->set_validate(!copy->not_working());
this->accept();
}