$etab instead of $item
This commit is contained in:
parent
120828c4cd
commit
13d1a49e87
@ -604,7 +604,9 @@ class RechercheController extends Zend_Controller_Action
|
||||
} else {
|
||||
$infoEtab.= 'inactif';
|
||||
}
|
||||
if (intval($etab->Nic)==0 || intval($item->Nic)>=99990) {
|
||||
|
||||
//Etablissement communiqués par le RCS n'ayant pas de NIC à l'INSEE
|
||||
if (intval($etab->Nic)==0 || intval($etab->Nic)>=99990) {
|
||||
$infoEtab.=' provisoire';
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user