include '../../lib/api.php';
define('WS_MODULE', 'domanda');
define('THIS_PERMISSION', GRUPPO_ISTANZE);
define('THIS_PERMISSION2', GRUPPO_REGIONE);
include_once (ROOT . "layout/include_permission.php");
$action = 'listDomande';
$stDomande = (intval($_REQUEST['std']) > INPREPARAZIONE ? intval($_REQUEST['std']) : PREPARATA );
$sfr = (intval($_REQUEST['sfr']) > 0 ? '1' : '0');
if($sfr>0){
$intestazione = " CON PROCEDURA DI SFRATTO ESECUTIVO";
}else{
$intestazione = " ";
}
$domDataTable = 'lBrftip';
//Utils::print_array($regric);exit();
?>
include_once ROOT . 'layout/head.php'; ?>
include_once ROOT . 'layout/header.php'; ?>
include_once ROOT . 'layout/menu.php'; ?>
ELENCO ISTANZE
Il campo cerca filtra l'elenco delle istanze per il Codice Fiscale, il Cognome ed il Nome del richiedente.
| ID |
Codice fiscale |
Cognome |
Nome |
Gestione |
include_once ROOT . 'layout/footer.php'; ?>