diff --git a/modules/fatture/edit.php b/modules/fatture/edit.php index 6ea5393da..05b48361b 100644 --- a/modules/fatture/edit.php +++ b/modules/fatture/edit.php @@ -769,13 +769,13 @@ $(".btn-sm[data-toggle=\"tooltip\"]").each(function() { text: "'.tr('Alcuni campi obbligatori non sono stati compilati correttamente').'.", }); - $("#bs-popup").one("show.bs.modal", function (e) { + $(document).one("show.bs.modal","#bs-popup", function (e) { return e.preventDefault(); }); } - $("#bs-popup").one("show.bs.modal", function (e) { - buttonRestore(btn, restore); + $(document).one("show.bs.modal","#bs-popup", function () { + buttonRestore(btn, restore); }); }); });