fix(turnero): agregar sidebar toggle en vistas standalone (recepcion, lugar, configuracion)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-06-24 08:31:08 -05:00
co-authored by Claude Sonnet 4.6
parent da594e0021
commit 90baff34f9
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -1190,5 +1190,6 @@ async function guardarWhatsApp() {
} catch (e) { toast('Error de conexión', 'error'); }
}
</script>
<script src="<?= defined('APP_URL') ? rtrim(APP_URL,'/') : '' ?>/assets/js/lab-sidebar.js"></script>
</body>
</html>