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:
co-authored by
Claude Sonnet 4.6
parent
e8abffb607
commit
453fb4219e
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user