Issue #0001805: Descriptions des Actions - changer "Raison Sociale" par "Dénomination Sociale".

This commit is contained in:
Aram HARUTYUNYAN 2013-12-05 08:36:00 +00:00
parent 9a9c2b1371
commit da14902fcc
2 changed files with 2 additions and 2 deletions

View File

@ -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()
{

View File

@ -204,7 +204,7 @@ class MandataireController extends Zend_Controller_Action
$tabEntrep = $ws->getIdentite($siren);
if ($tabEntrep!==false){
/**
* Utiliser la raison sociale la plus longue
* Utiliser la dénomination sociale la plus longue
* Nom, Nom2, NomLong
*/
if (!empty($tabEntrep->NomLong) && strlen($tabEntrep->NomLong)>strlen($tabEntrep->Nom)){