Ajout commentaire

This commit is contained in:
Michael RICOIS 2011-01-26 17:22:50 +00:00
parent 2dda97bfbf
commit 31dc7469dc

View File

@ -2077,7 +2077,7 @@ class WsEntreprise extends WsScore
$libelle = $formule['libelle']; $libelle = $formule['libelle'];
$unite = $formule['unite']; $unite = $formule['unite'];
$commentaires = $formule['commentaires']; $commentaires = $formule['commentaires'];
$tabFormulesInfos[$id] = $formule; $tabFormulesInfos[$id] = $formule; //Pour la gestion des unités des ratios secteur
$ratiosInfos = new RatiosInfos(); $ratiosInfos = new RatiosInfos();
$ratiosInfos->id = 'r'.$id; $ratiosInfos->id = 'r'.$id;
$ratiosInfos->libelle = $formule['libelle']; $ratiosInfos->libelle = $formule['libelle'];