Error de consulta supervisores #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Los supervisores nuevos no pueden ver la tabla en página de Auditoría. Se corrige colocando un id de periodo en la tabla usuario.
ad017959 se agregó el id 36 y funciona
ad017948 no lo tiene y no funciona
Corregido. Comentadas líneas en auditoría.js:
209 // params['periodo_id'] = store.filters.todos_los_periodos ? 0 : store.periodo.periodo_id;
388 // store.periodo = await fetch('action/periodo_datos.php').then(res => res.json());