up
This commit is contained in:
@@ -98,7 +98,7 @@ Layout::open('Historial de Turnos', 'fas fa-history');
|
||||
|
||||
<!-- ── Encabezado ────────────────────────────────────────────── -->
|
||||
<div class="page-header">
|
||||
<a href="<?= BASE_URL ?>/erp.php?m=turnero&v=dashboard" class="text-muted text-decoration-none small">
|
||||
<a href="<?= BASE_URL ?>erp.php?m=turnero&v=dashboard" class="text-muted text-decoration-none small">
|
||||
<i class="fas fa-arrow-left me-1"></i>Dashboard
|
||||
</a>
|
||||
<h1><i class="fas fa-history me-2 text-primary"></i>Historial de Turnos</h1>
|
||||
@@ -205,7 +205,7 @@ Layout::open('Historial de Turnos', 'fas fa-history');
|
||||
/* ═══════════════════════════════════════════════════════════
|
||||
Historial de Turnos
|
||||
═══════════════════════════════════════════════════════════ */
|
||||
const API = '<?= BASE_URL ?>/modules/turnero/api/';
|
||||
const API = '<?= BASE_URL ?>modules/turnero/api/';
|
||||
|
||||
let _state = {
|
||||
fechaDesde : '',
|
||||
|
||||
Reference in New Issue
Block a user