This commit is contained in:
Thomas Zilio 2018-11-30 09:23:11 +01:00
parent d3bde88a84
commit dc79588a2d
2 changed files with 2 additions and 6 deletions

View File

@ -2,9 +2,6 @@
include_once __DIR__.'/../../core.php';
//unset($_SESSION['superselect']['idanagrafica']);
//unset($_SESSION['superselect']['idsede']);
$source = get('source');
$idanagrafica = null;
@ -65,7 +62,7 @@ $(document).ready(function(){
$('#bs-popup #idsede').change( function(){
//session_set('superselect,idsede', $(this).val(), 0);
});
$('#bs-popup2 #idanagrafica').change( function(){
session_set('superselect,idanagrafica', $(this).val(), 0);

View File

@ -2,8 +2,7 @@
include_once __DIR__.'/../../core.php';
//unset($_SESSION['superselect']['idanagrafica']);
//unset($_SESSION['superselect']['idsede']);
$_SESSION['superselect']['idanagrafica'] = $record['idanagrafica'];
$img = null;
if (!empty($record['immagine'])) {