1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-27 14:09:41 +01:00

Reload pagina movimenti dopo chiusura add

This commit is contained in:
loviuz 2019-12-13 10:19:00 +01:00
parent 94f013848e
commit 8bbac5cf10

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() ){