mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-17 03:51:06 +01:00
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…
x
Reference in New Issue
Block a user