#11682 fixed error sql in special day when group is empty

This commit is contained in:
Daniel Cebrian 2023-08-07 09:06:50 +02:00
parent 1dedb96314
commit 043e92afe2
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ $inputs[] = [
'returnAllGroup' => $display_all_group,
'name' => 'id_group',
'selected' => $specialDay->id_group(),
'required' => true,
],
];