Modification empreinte MFacto

This commit is contained in:
Michael RICOIS 2017-01-23 17:04:52 +01:00
parent 93001d1ca8
commit 445b032338
2 changed files with 2 additions and 2 deletions

View File

@ -2740,7 +2740,7 @@ function calculIndiScore($siren, $nic=0, $accesDist=false, $cycleClient=2, $mail
$DEFAUT_MMAA=$LCASSUR_MMAA=$RISQUEIMPAYE_MMAA=$CSFACTO_MMAA='';
$COTEOK=$IMPAYE=$PRIVILEGES=$RISQUEGROUPE=$DEFAUT=$LCASSUR=$RISQUEIMPAYE=$CSFACTO=false;
$MODIFPAIDATE=0;
$iFacto = new Metier_Partenaires_MFacto($iDb);
$iFacto = new Metier_Partenaires_MFacto();
$infoFacto = $iFacto->getCoteSpeciale($siren);
$timer['factoCS']=microtime(true);

View File

@ -2683,7 +2683,7 @@ class Metier_Scoring_Base extends Metier_Scoring_Vars
$this->COTEOK=$this->IMPAYE=$this->PRIVILEGES=$this->RISQUEGROUPE=$this->DEFAUT=$this->LCASSUR=$this->RISQUEIMPAYE=$this->CSFACTO=false;
$this->MODIFPAIDATE=0;
$iFacto = new Metier_Partenaires_MFacto($this->db);
$iFacto = new Metier_Partenaires_MFacto();
$infoFacto = $iFacto->getCoteSpeciale($siren);
$timer['factoCS']=microtime(true);