fix: remove Ver Pantalla button from recepcion header
display_recepcion is not in use — only display_global is active. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
b9312fe0d9
commit
fd991103b9
@@ -443,11 +443,6 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
</div>
|
||||
<div class="d-flex align-items-center gap-2">
|
||||
<span class="text-muted small"><?= htmlspecialchars($adminNombre) ?></span>
|
||||
<?php if ($deskId): ?>
|
||||
<a href="<?= BASE_URL ?>erp.php?m=turnero&v=display_recepcion&desk_id=<?= $deskId ?>" class="btn btn-outline-info btn-sm" target="_blank">
|
||||
<i class="fas fa-tv me-1"></i>Ver Pantalla
|
||||
</a>
|
||||
<?php endif; ?>
|
||||
<button class="btn btn-primary btn-sm" id="btn-llamar" onclick="llamarSiguiente()">
|
||||
<i class="fas fa-bell me-1"></i>Llamar siguiente
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user