From 0781a283eb48a920ed91ea4f6429172e05c7fc74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Jim=C3=A9nez?= Date: Thu, 26 Dec 2024 19:24:25 +0100 Subject: [PATCH] borrado del error --- .../js/safekat/pages/presupuestoCliente/presupuestoCliente.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/httpdocs/assets/js/safekat/pages/presupuestoCliente/presupuestoCliente.js b/httpdocs/assets/js/safekat/pages/presupuestoCliente/presupuestoCliente.js index 51dbcc02..577190f2 100644 --- a/httpdocs/assets/js/safekat/pages/presupuestoCliente/presupuestoCliente.js +++ b/httpdocs/assets/js/safekat/pages/presupuestoCliente/presupuestoCliente.js @@ -197,7 +197,9 @@ class PresupuestoCliente { if(response.errors.status == 1){ popErrorAlert('' + response.errors.value, "sk-alert", false); } - console.log(response.errors); + else{ + popAlert2Hide('sk-alert'); + } }, () => { } ).post();