lugar: cambiar label 'TOMA DE MUESTRAS' → 'ENTREGA DE MUESTRAS'
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
20146535c7
commit
00aee615c5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user