1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Migliorie e fix minori

This commit is contained in:
Luca
2019-01-03 12:57:17 +01:00
parent 5792ac57d0
commit bf0cb61669
9 changed files with 50 additions and 42 deletions

View File

@@ -56,14 +56,17 @@ function download(button, file) {
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(button, restore);
} else {
swal({
title: "'.tr('Fattura già importata!').'",
title: "'.tr('Fattura già importata.').'",
type: "info",
})
});
buttonRestore(button, restore);
$(button).prop("disabled", true);
}
buttonRestore(button, restore);
}
});
}