Fix #367
This commit is contained in:
parent
d3bde88a84
commit
dc79588a2d
|
@ -2,9 +2,6 @@
|
||||||
|
|
||||||
include_once __DIR__.'/../../core.php';
|
include_once __DIR__.'/../../core.php';
|
||||||
|
|
||||||
//unset($_SESSION['superselect']['idanagrafica']);
|
|
||||||
//unset($_SESSION['superselect']['idsede']);
|
|
||||||
|
|
||||||
$source = get('source');
|
$source = get('source');
|
||||||
$idanagrafica = null;
|
$idanagrafica = null;
|
||||||
|
|
||||||
|
@ -65,7 +62,7 @@ $(document).ready(function(){
|
||||||
$('#bs-popup #idsede').change( function(){
|
$('#bs-popup #idsede').change( function(){
|
||||||
//session_set('superselect,idsede', $(this).val(), 0);
|
//session_set('superselect,idsede', $(this).val(), 0);
|
||||||
});
|
});
|
||||||
|
|
||||||
$('#bs-popup2 #idanagrafica').change( function(){
|
$('#bs-popup2 #idanagrafica').change( function(){
|
||||||
|
|
||||||
session_set('superselect,idanagrafica', $(this).val(), 0);
|
session_set('superselect,idanagrafica', $(this).val(), 0);
|
||||||
|
|
|
@ -2,8 +2,7 @@
|
||||||
|
|
||||||
include_once __DIR__.'/../../core.php';
|
include_once __DIR__.'/../../core.php';
|
||||||
|
|
||||||
//unset($_SESSION['superselect']['idanagrafica']);
|
$_SESSION['superselect']['idanagrafica'] = $record['idanagrafica'];
|
||||||
//unset($_SESSION['superselect']['idsede']);
|
|
||||||
|
|
||||||
$img = null;
|
$img = null;
|
||||||
if (!empty($record['immagine'])) {
|
if (!empty($record['immagine'])) {
|
||||||
|
|
Loading…
Reference in New Issue