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:
parent
bf0cb61669
commit
7132543d4c
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user