diff --git a/contabilidad.html b/contabilidad.html
index f30213c..9e1e6ec 100644
--- a/contabilidad.html
+++ b/contabilidad.html
@@ -247,7 +247,7 @@
-
+
@@ -268,6 +268,7 @@
Referencia: #PRE-000
Fecha: 01/01/2026
+ Validez: 30 días
@@ -287,7 +288,7 @@
Concepto |
Cant. |
Precio Ud. |
-
Total |
+
Subtotal |
@@ -948,7 +949,7 @@
};
try {
- await new Promise(r => setTimeout(r, 300));
+ await new Promise(r => setTimeout(r, 500)); // Esperamos medio segundo para asegurar fuentes
await html2pdf().set(opt).from(element).save();
showToast("✅ PDF Descargado con éxito");
} catch (error) {