fix: botón Volver en configuración turnero apunta al dashboard

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-06-23 20:44:31 -05:00
co-authored by Claude Sonnet 4.6
parent e8abffb607
commit 453fb4219e
+1 -1
View File
@@ -131,7 +131,7 @@ $tab = $_GET['tab'] ?? 'lugares';
<body>
<div class="page-header">
<a href="<?= BASE_URL ?>modules/turnero/views/recepcion.php" class="back-btn">
<a href="<?= BASE_URL ?>erp.php?m=turnero&v=dashboard" class="back-btn">
<i class="fas fa-arrow-left me-1"></i>Volver
</a>
<h1><i class="fas fa-cogs me-2 text-primary"></i>Configuración del Turnero</h1>