mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-18 04:20:50 +01:00
Reload pagina movimenti dopo chiusura add
This commit is contained in:
parent
94f013848e
commit
8bbac5cf10
@ -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 ) {
|
function ajax_submit( barcode, articolo ) {
|
||||||
//Controllo che siano presenti tutti i dati richiesti
|
//Controllo che siano presenti tutti i dati richiesti
|
||||||
if( $("#add-form").parsley().validate() ){
|
if( $("#add-form").parsley().validate() ){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user