1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-23 23:07:46 +01:00

Update edit.php

This commit is contained in:
Luca 2019-01-03 13:01:06 +01:00
parent bf0cb61669
commit 7132543d4c

View File

@ -29,15 +29,15 @@ echo '
if (!data.already) {
launch_modal("'.tr('Righe fattura').'", globals.rootdir + "/actions.php?id_module=" + globals.id_module + "&id_plugin=" + '.$id_plugin.' + "&op=list&filename=" + data.filename);
buttonRestore(btn, restore);
} else {
swal({
title: "'.tr('Fattura già importata.').'",
type: "info",
});
buttonRestore(button, restore);
$(button).prop("disabled", true);
$("#blob").val("");
}
buttonRestore(btn, restore);
},
error: function(data) {
alert("'.tr('Errore').': " + data);