From bee09d6be55e7f6a7c45bde8365a2f983a5b0128 Mon Sep 17 00:00:00 2001 From: Pek5892 Date: Tue, 28 May 2024 15:28:23 +0200 Subject: [PATCH] Miglioria blocco eliminazione fatture --- plugins/exportFE/edit.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/exportFE/edit.php b/plugins/exportFE/edit.php index 2dcec6f85..fef5232f4 100755 --- a/plugins/exportFE/edit.php +++ b/plugins/exportFE/edit.php @@ -214,6 +214,8 @@ if ($fattura !== null) { swal("'.tr('Fattura inviata!').'", data.message, "success"); $(button).attr("disabled", true).addClass("disabled"); + // Ricarica la pagina dopo 3 secondi + setTimeout(function() { location.reload(); }, 3000); } else if (data.code === 301) { swal("'.tr('Invio giĆ  effettuato').'", data.code + " - " + data.message, "error"); $(button).attr("disabled", true).addClass("disabled");