lugar: cambiar label 'TOMA DE MUESTRAS' → 'ENTREGA DE MUESTRAS'

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-07-03 08:25:30 -05:00
co-authored by Claude Sonnet 4.6
parent 20146535c7
commit 00aee615c5
+1 -1
View File
@@ -483,7 +483,7 @@ function renderCola(snap) {
const esMuestra = t.solo_muestras == 1;
const muestraBadge = esMuestra
? `<div style="font-size:.6rem;font-weight:700;color:#ea580c;letter-spacing:.04em;margin-top:1px">
<i class="fas fa-plus-square me-1"></i>TOMA DE MUESTRAS
<i class="fas fa-plus-square me-1"></i>ENTREGA DE MUESTRAS
</div>`
: '';
const cardStyle = esMuestra