remove debug

This commit is contained in:
Michael RICOIS 2015-08-26 07:58:34 +00:00
parent 1637c988f1
commit 8e5e54e831

View File

@ -3621,7 +3621,7 @@ class MInsee
// Eléments Financiers en provenance du dernier Bilan
$rep = $this->iDb->select('jo.bilans',
'siren, dateExercice, dureeExercice, monnaie, typeBilan, unite, postes, dateProvPartenaire, dateInsert',
"siren=$siren AND typeBilan IN ('N','S') ORDER BY dateExercice DESC LIMIT 0,1", true, MYSQL_ASSOC);
"siren=$siren AND typeBilan IN ('N','S') ORDER BY dateExercice DESC LIMIT 0,1", false, MYSQL_ASSOC);
if ( count($rep)>0 ) {
$entrep = $rep[0];
$tabRet['bilanAnnee'] = substr($entrep['dateExercice'],0,4);