Actualizar asignados.html

This commit is contained in:
2026-05-17 16:46:34 +00:00
parent b76721de60
commit e062e137f2

View File

@@ -872,8 +872,8 @@ function renderServices(servicesToRender = localServices) {
} }
}; };
genSlotsForPeriod(bizHours.m_start, bizHours.m_end); // Cambiamos el horario comercial por una franja completa de 08:00 a 24:00
genSlotsForPeriod(bizHours.a_start, bizHours.a_end); genSlotsForPeriod('08:00', '24:00');
if (slotsGenerated === 0) { if (slotsGenerated === 0) {
msg.classList.remove('hidden'); msg.classList.remove('hidden');