Mise a jours de giant majeur de giant !
This commit is contained in:
parent
81a8f53573
commit
bf9cc55ef5
@ -90,15 +90,12 @@ class GiantController extends Zend_Controller_Action
|
||||
$giantConstroller = new GiantControllerLib($this->getRequest()->getParam('CompanyId').'-'.$this->getRequest()->getParam('Type'));
|
||||
$identiteController->ficheAction();
|
||||
$fiche = $identiteController->getObjet('fiche');
|
||||
|
||||
foreach($creditrecommendationAction as $action => $val) {
|
||||
if(isset($creditrecommendation->DataSet->Company->$val)) {
|
||||
$creditrecommendation = $giantConstroller->$action($creditrecommendation);
|
||||
}
|
||||
}
|
||||
|
||||
$fiche = $giantConstroller->getInformationGenerale($creditrecommendation);
|
||||
|
||||
$this->view->carte = $this->getRequest()->getParam('Pays');
|
||||
$this->view->reportType = $this->getRequest()->getParam('Type');
|
||||
$this->view->report = $fiche;
|
||||
@ -127,9 +124,7 @@ class GiantController extends Zend_Controller_Action
|
||||
$compact = $giantConstroller->$action($compact);
|
||||
}
|
||||
}
|
||||
|
||||
$fiche = $giantConstroller->getInformationGenerale($compact);
|
||||
|
||||
$this->view->carte = $this->getRequest()->getParam('Pays');
|
||||
$this->view->reportType = $this->getRequest()->getParam('Type');
|
||||
$this->view->report = $fiche;
|
||||
@ -158,9 +153,7 @@ class GiantController extends Zend_Controller_Action
|
||||
if(isset($full->DataSet->Company->$val))
|
||||
$full = $giantConstroller->$action($full);
|
||||
}
|
||||
|
||||
$fiche = $giantConstroller->getInformationGenerale($full);
|
||||
|
||||
$this->view->carte = $this->getRequest()->getParam('Pays');
|
||||
$this->view->reportType = $this->getRequest()->getParam('Type');
|
||||
$this->view->report = $fiche;
|
||||
|
Loading…
x
Reference in New Issue
Block a user