Correction affichage siren

This commit is contained in:
Michael RICOIS 2011-06-29 10:11:37 +00:00
parent 7f43ab5e99
commit 3c535f3107

View File

@ -411,6 +411,7 @@ class EvaluationController extends Zend_Controller_Action
$session = new SessionEntreprise($this->siret);
$this->view->raisonSociale = $session->getRaisonSociale();
}
$this->view->siren = substr($this->siret, 0,9);
$this->view->imgFeux = $imgFeux;
$this->view->fontColor = $fontColor;
$this->view->rating = $rating;