Fix 'approuve' button, add warning when break is not between day start and day end

This commit is contained in:
Aurélie Delhaie
2022-04-09 13:59:48 +02:00
parent 9bb56fe174
commit deb49909d1
11 changed files with 425 additions and 9 deletions

View File

@@ -55,8 +55,8 @@ void SetDayDialog::accept()
}
void SetDayDialog::validate_and_accept() {
d->set_validate(true);
accept();
copy->set_validate(true);
this->accept();
}
void SetDayDialog::add_break_point()