mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-27 06:04:54 +01:00
Fix eliminazione massiva righe e riattivazione tasto eliminazione fattura
This commit is contained in:
parent
c100419aa3
commit
bb6da9111e
@ -630,11 +630,21 @@ function rimuoviRiga(id) {
|
||||
},
|
||||
success: function (response) {
|
||||
renderMessages();
|
||||
caricaRighe(null);
|
||||
caricaRighe(null);';
|
||||
if(!in_array($fattura->codice_stato_fe, ['RC', 'MC', 'EC01', 'WAIT'])){
|
||||
echo '
|
||||
$("#elimina").removeClass("disabled");';
|
||||
}
|
||||
echo '
|
||||
},
|
||||
error: function() {
|
||||
renderMessages();
|
||||
caricaRighe(null);
|
||||
caricaRighe(null);';
|
||||
if(!in_array($fattura->codice_stato_fe, ['RC', 'MC', 'EC01', 'WAIT'])){
|
||||
echo '
|
||||
$("#elimina").removeClass("disabled");';
|
||||
}
|
||||
echo '
|
||||
}
|
||||
});
|
||||
}).catch(swal.noop);
|
||||
|
Loading…
x
Reference in New Issue
Block a user