Import lib Metier : correct typo
This commit is contained in:
parent
a7b2f74323
commit
e00fbd8e12
@ -584,7 +584,7 @@ function format($matches)
|
||||
function PROJEC($valeur, $nbAnnees)
|
||||
{
|
||||
global $tabRegX, $Y, $Yaff, $PROECCOEFF, $PROJECTAUX;
|
||||
require_once 'Metier/Scores/classMProjection.php';
|
||||
require_once 'Metier/scores/classMProjection.php';
|
||||
$projec = new Projection();
|
||||
$projec->tabRegX = $tabRegX;
|
||||
$result = $projec->calc($valeur, $nbAnnees);
|
||||
@ -1911,8 +1911,8 @@ function calculIndiScore($siren, $nic=0, $accesDist=false, $cycleClient=2, $mail
|
||||
$tabIdentite['DateCreaEn'],
|
||||
$tabIdentite['DateCreaEt'],
|
||||
'',
|
||||
$RECME
|
||||
$iDb;
|
||||
$RECME,
|
||||
$iDb
|
||||
);
|
||||
$noteStructure=$isolv->getSolvabilite();
|
||||
$timer['solv']=microtime(true);
|
||||
|
Loading…
Reference in New Issue
Block a user