Procol Problem
This commit is contained in:
parent
0f6d714c90
commit
7e02090e1b
@ -4903,6 +4903,7 @@ class Metier_Insee_MInsee extends Metier_Insee_Table
|
||||
|
||||
// --- Effacement procol
|
||||
if ($this->AnnoncesLegalesVisu === false) {
|
||||
$MaxPeriodProcol = 80000;
|
||||
// --- Si il y a des annonces
|
||||
if (count($tabRet) > 0) {
|
||||
$tabJugements = array();
|
||||
@ -4972,7 +4973,7 @@ class Metier_Insee_MInsee extends Metier_Insee_Table
|
||||
if ($this->debug) file_put_contents('procol.log', "affProcol = 1\n", FILE_APPEND);
|
||||
$tabRet = array();
|
||||
break;
|
||||
// Ne pas mentionner la procol si CJ=1xxx OU si actif et CJ!=9xxx et even de plus d'un mois
|
||||
// Ne pas mentionner la procol si CJ=1xxx OU si actif et CJ!=9xxx et even de plus d'un mois
|
||||
case 2:
|
||||
if (substr($this->Identite['FJ'],0,1)*1==1) {
|
||||
if ($this->debug) file_put_contents('procol.log', "affProcol = 2\n", FILE_APPEND);
|
||||
@ -4988,14 +4989,14 @@ class Metier_Insee_MInsee extends Metier_Insee_Table
|
||||
}
|
||||
}
|
||||
break;
|
||||
// Pas Procol si actif RCS
|
||||
// Pas Procol si actif RCS
|
||||
case 3:
|
||||
if ($this->Identite['Actif']*1>0) {
|
||||
if ($this->debug) file_put_contents('procol.log', "affProcol = 3\n", FILE_APPEND);
|
||||
$tabRet = array();
|
||||
}
|
||||
break;
|
||||
// Le dernier jugement est un appel => Procol Suspendu
|
||||
// Le dernier jugement est un appel => Procol Suspendu
|
||||
case 4:
|
||||
if ($this->debug) file_put_contents('procol.log', "affProcol = 4\n", FILE_APPEND);
|
||||
$this->appelJugement = true;
|
||||
@ -5004,7 +5005,7 @@ class Metier_Insee_MInsee extends Metier_Insee_Table
|
||||
}
|
||||
|
||||
// --- Procédure trop ancienne plus de 12 ans et actif
|
||||
$dateTropAncienne = (date('Ymd')*1)-120000;
|
||||
$dateTropAncienne = (date('Ymd')*1) - $MaxPeriodProcol;
|
||||
if ($evenProcolLastDate < $dateTropAncienne && $this->Identite['Actif']*1 > 0) {
|
||||
$derPr = $classWDate->dateT('Ymd','d/m/Y', $evenProcolLastDate);
|
||||
$tabRet = array();
|
||||
|
Loading…
Reference in New Issue
Block a user