mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-16 11:30:55 +01:00
Fix: correzione filtro tipologia in statistiche
This commit is contained in:
parent
4fef5cfb3e
commit
a0165c9a27
@ -791,7 +791,11 @@ $(".shorten").shorten({
|
|||||||
});
|
});
|
||||||
|
|
||||||
$("#idtipiintervento").change(function(){
|
$("#idtipiintervento").change(function(){
|
||||||
let idtipi = JSON.stringify($(this).val());
|
let tipi = "";
|
||||||
|
if( $(this).val() ){
|
||||||
|
idtipi = JSON.stringify($(this).val());
|
||||||
|
}
|
||||||
|
|
||||||
session_set("superselect,idtipiintervento",idtipi,0);
|
session_set("superselect,idtipiintervento",idtipi,0);
|
||||||
location.reload();
|
location.reload();
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user