Skip to content

Commit 9883da3

Browse files
committed
fix: impostazione causale movimento
1 parent a00b3ab commit 9883da3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

modules/articoli/modals/add_movimento.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ function disabilitaSede(id){
121121
}
122122
});
123123
124+
setTimeout(function() {
125+
$("#causale").trigger("change");
126+
}, 100);
127+
124128
// Reload pagina appena chiudo il modal
125129
$("#modals > div").on("hidden.bs.modal", function () {
126130
location.reload();

0 commit comments

Comments
 (0)