Activité Artisanale et NumRM
This commit is contained in:
parent
1d7a0b91ee
commit
05af026824
@ -147,6 +147,7 @@ class IdentiteController extends Zend_Controller_Action
|
||||
'Isin',
|
||||
'Capitalisation',
|
||||
'NumRC',
|
||||
'NumRM',
|
||||
'AutreId',
|
||||
'Actif',
|
||||
'SituationJuridique',
|
||||
@ -170,6 +171,7 @@ class IdentiteController extends Zend_Controller_Action
|
||||
'Groupe',
|
||||
'ActiviteEn',
|
||||
'ActiviteEt',
|
||||
'ActiviteArtisanale',
|
||||
'Naf4',
|
||||
'Nace',
|
||||
'NatureActivite',
|
||||
|
@ -912,6 +912,19 @@ class IdentiteEntreprise
|
||||
return $this->identite->NafEtab .' : '. $this->identite->NafEtabLib;
|
||||
}
|
||||
|
||||
public function getActiviteArtisanaleLabel()
|
||||
{
|
||||
return 'Activité Artisanale';
|
||||
}
|
||||
public function getActiviteArtisanaleTexte()
|
||||
{
|
||||
if ($this->identite->ActiviteArtisanale!='') {
|
||||
return $this->identite->ActiviteArtisanale;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
public function getNaf4Label()
|
||||
{
|
||||
return 'Anciens codes NAF';
|
||||
|
Loading…
Reference in New Issue
Block a user