1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-25 13:28:33 +01:00

Miglioria blocco eliminazione fatture

This commit is contained in:
Pek5892 2024-05-28 15:28:23 +02:00
parent b9941211a4
commit bee09d6be5

View File

@ -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");