Reload pagina movimenti dopo chiusura add

This commit is contained in:
loviuz 2019-12-13 10:19:00 +01:00
parent 94f013848e
commit 8bbac5cf10
1 changed files with 5 additions and 0 deletions

View File

@ -111,6 +111,11 @@ $_SESSION['superselect']['idsede_destinazione'] = 0;
});
});
// Reload pagina appena chiudo il modal
$('#bs-popup').on('hidden.bs.modal', function(){
location.reload();
});
function ajax_submit( barcode, articolo ) {
//Controllo che siano presenti tutti i dati richiesti
if( $("#add-form").parsley().validate() ){