From cabba3621e134db8ea0eddc2276e4afadbeff91c Mon Sep 17 00:00:00 2001 From: Juan Felipe Zapata Moreno Date: Fri, 2 Jan 2026 15:52:39 -0600 Subject: [PATCH] =?UTF-8?q?fix:=20importaci=C3=B3n=20de=20excel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/POS/Inventory/ImportModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/POS/Inventory/ImportModal.vue b/src/pages/POS/Inventory/ImportModal.vue index 41d1be5..f406cdf 100644 --- a/src/pages/POS/Inventory/ImportModal.vue +++ b/src/pages/POS/Inventory/ImportModal.vue @@ -130,7 +130,7 @@ const importProducts = async () => { ).join('\n'); console.error('Errores de validación:', errorMessages); - window.Notify.error('Error de validación en el archivo. Revisa la consola.'); + window.Notify.error('Error de validación en el archivo.'); } else { window.Notify.error(data.data?.message || 'Error al importar productos'); }