Issue #0001805: Descriptions des Actions - changer "Raison Sociale" par "Dénomination Sociale".
This commit is contained in:
parent
9a9c2b1371
commit
da14902fcc
@ -521,7 +521,7 @@ class DashboardController extends Zend_Controller_Action
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Affichage de la raison sociale à partir du siren
|
* Affichage de la dénomination sociale à partir du siren
|
||||||
*/
|
*/
|
||||||
public function rsAction()
|
public function rsAction()
|
||||||
{
|
{
|
||||||
|
@ -204,7 +204,7 @@ class MandataireController extends Zend_Controller_Action
|
|||||||
$tabEntrep = $ws->getIdentite($siren);
|
$tabEntrep = $ws->getIdentite($siren);
|
||||||
if ($tabEntrep!==false){
|
if ($tabEntrep!==false){
|
||||||
/**
|
/**
|
||||||
* Utiliser la raison sociale la plus longue
|
* Utiliser la dénomination sociale la plus longue
|
||||||
* Nom, Nom2, NomLong
|
* Nom, Nom2, NomLong
|
||||||
*/
|
*/
|
||||||
if (!empty($tabEntrep->NomLong) && strlen($tabEntrep->NomLong)>strlen($tabEntrep->Nom)){
|
if (!empty($tabEntrep->NomLong) && strlen($tabEntrep->NomLong)>strlen($tabEntrep->Nom)){
|
||||||
|
Loading…
Reference in New Issue
Block a user