issue #0001372 : Civilité dans RS
This commit is contained in:
parent
d912ad9499
commit
225ca86818
@ -1746,7 +1746,7 @@ class SaisieController extends Zend_Controller_Action
|
||||
if ($params['pp']==1) {
|
||||
//Fill data
|
||||
$params['PpPm'] = 'PP';
|
||||
$params['RS'] = $params['nom'].' '.$params['prenom'].' '.$params['nom_usage'];
|
||||
$params['RS'] = $params['civilite'].' '.$params['nom'].' '.$params['prenom'].' '.$params['nom_usage'];
|
||||
//Personne Morale
|
||||
} elseif (!empty($params['siren'])) {
|
||||
|
||||
@ -2203,6 +2203,11 @@ class SaisieController extends Zend_Controller_Action
|
||||
$lienref = $request->getParam('lienref');
|
||||
$this->view->assign('lienref', $lienref);
|
||||
|
||||
//Save data
|
||||
if ( $request->isPost() ){
|
||||
|
||||
} else {
|
||||
|
||||
$this->view->assign('countries', $this->countries);
|
||||
|
||||
//Obtain LienRef
|
||||
@ -2216,9 +2221,6 @@ class SaisieController extends Zend_Controller_Action
|
||||
$this->view->assign('nom', $infos['nom'].' '.$infos['prenom']);
|
||||
}
|
||||
|
||||
//Save data
|
||||
if ( $request->isPost() ){
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user