From bd867e84190e94a2915df8ba310d4589252d43e6 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 26 Jun 2026 14:41:43 +0000 Subject: [PATCH] v1.3.21: PDF/envio - CONTADORES no final do buildConfirmHTML --- src/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.html b/src/index.html index c47af38..e84f5af 100644 --- a/src/index.html +++ b/src/index.html @@ -1635,6 +1635,10 @@ ${cancLines.map(l => `
${l.label}${fmt(l.valo
À Receber:${fmt(frec)}
TOTAL:${fmt(ftotal)}
+
CONTADORES
+
Clientes:${data.clientes || 0}
+
Frango Assado:${data.frango || 0}
+ ${data.observacoes ? `
${data.observacoes}
` : ''}