From 4ee5c0d19dd409046fa15ad76c955af65815aae1 Mon Sep 17 00:00:00 2001 From: Kevin Rosales Date: Tue, 2 Sep 2025 13:38:34 -0600 Subject: [PATCH] Tabla --- src/pages/Documents.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/Documents.jsx b/src/pages/Documents.jsx index 8df3c09..4a8389f 100644 --- a/src/pages/Documents.jsx +++ b/src/pages/Documents.jsx @@ -479,6 +479,7 @@ export default function Documents() { case '5': return 'Pedimento EDocument'; case '6': return 'Estado Pedimento'; case '7': return 'Acuse Cove'; + case '8': return 'Cove'; default: return doc.document_type || ''; }