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:
@@ -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);
|
||||
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user