activate changes calculation akso when changing the Client amount

This commit is contained in:
2026-06-26 19:27:21 +02:00
parent 1a9513d442
commit 111d40b787
+4
View File
@@ -434,6 +434,10 @@
slotLengthInput.addEventListener('input', calculateSlots);
slotLengthInput.addEventListener('change', calculateSlots);
}
if (clientsperslot) {
slotLengthInput.addEventListener('input', calculateSlots);
slotLengthInput.addEventListener('change', calculateSlots);
}
if (startDateInput.value && endDateInput.value) {
renderRows();