Fix scelta sede in inserimento preventivo
This commit is contained in:
parent
a741186d25
commit
03d618a046
|
@ -41,3 +41,9 @@ $id_anagrafica = !empty(get('idanagrafica')) ? get('idanagrafica') : $user['idan
|
|||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<script>
|
||||
$('#bs-popup #idanagrafica').change( function(){
|
||||
session_set('superselect,idanagrafica', $(this).val(), 0);
|
||||
});
|
||||
</script>
|
Loading…
Reference in New Issue