Rattrapage identite

This commit is contained in:
Michael RICOIS 2017-01-05 16:40:56 +01:00
parent 3be1c2bdf3
commit 5c432157ce
2 changed files with 21 additions and 19 deletions

View File

@ -72,12 +72,11 @@ class Legal_IdentiteController extends Zend_Controller_Action
$user = new Scores_Utilisateur();
$this->view->InputLinks = array();
//autorisation print
//Autorisation print
$this->view->Printable = true;
$this->view->PrintHtml = true;
$this->view->PrintPdf = true;
$autrePage = $this->getRequest()->getParam('apage');
//Récupération des informations
@ -162,6 +161,7 @@ class Legal_IdentiteController extends Zend_Controller_Action
'Isin',
'Capitalisation',
'NumRC',
'NumRM',
'AutreId',
'Actif',
'SituationJuridique',
@ -185,6 +185,7 @@ class Legal_IdentiteController extends Zend_Controller_Action
'Groupe',
'ActiviteEn',
'ActiviteEt',
'ActiviteArtisanale',
'Naf4',
'Nace',
'NatureActivite',
@ -242,7 +243,7 @@ class Legal_IdentiteController extends Zend_Controller_Action
$this->forward('perms', 'error');
}
//autorise l'impression
//Autorise l'impression
$this->view->Printable = true;
$this->view->PrintHtml = true;
$this->view->PrintPdf = true;
@ -365,7 +366,7 @@ class Legal_IdentiteController extends Zend_Controller_Action
{
$request = $this->getRequest();
//autorise l'impression
//Autorise l'impression
$this->view->Printable = true;
$this->view->PrintHtml = true;
$this->view->PrintPdf = true;
@ -681,7 +682,7 @@ class Legal_IdentiteController extends Zend_Controller_Action
$autrePage = $this->getRequest()->getParam('apage');
$lienRef = $request->getParam('lienref', null);
//autorisation print
//Autorisation print
$this->view->Printable = true;
$this->view->PrintHtml = true;
$this->view->PrintPdf = true;
@ -1218,7 +1219,7 @@ class Legal_IdentiteController extends Zend_Controller_Action
$this->view->headTitle()->prepend('Evènements - Siren '.$siren);
//autorisation print
//Autorisation print
$this->view->Printable = true;
$this->view->PrintHtml = true;
$this->view->PrintPdf = true;
@ -1725,7 +1726,7 @@ class Legal_IdentiteController extends Zend_Controller_Action
$this->view->headTitle()->prepend("Groupe");
$this->view->headTitle()->prepend("Siret ".$this->siret);
//autorisation print
//Autorisation print
$this->view->Printable = true;
$this->view->PrintHtml = true;
$this->view->PrintPdf = true;

View File

@ -75,6 +75,7 @@ echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Mail']);
<?php
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['ActiviteEn']);
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['ActiviteEt']);
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['ActiviteArtisanale']);
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Naf4']);
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Nace']);
echo $this->partial('identite/fiche-item.phtml', $this->dBlock['NatureActivite']);