This commit is contained in:
Lizandro Guarnizo
2026-04-19 21:28:12 -05:00
parent 7573d82185
commit 81f8cfc77c
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -245,7 +245,7 @@
const params = new URLSearchParams(location.search);
const area = params.get('display') || 'recepcion';
const lugarId = params.get('lugar_id') || '';
const BASE_API = '../api/';
const BASE_API = '<?= BASE_URL ?>modules/turnero/api/';
// Etiqueta de área
document.getElementById('lbl-area').textContent =