From 05af02682410d3265dff33aa71afb7aef5613d36 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Mon, 20 Jun 2016 09:09:57 +0200 Subject: [PATCH] =?UTF-8?q?Activit=C3=A9=20Artisanale=20et=20NumRM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../default/controllers/IdentiteController.php | 2 ++ library/Scores/IdentiteEntreprise.php | 13 +++++++++++++ 2 files changed, 15 insertions(+) diff --git a/application/modules/default/controllers/IdentiteController.php b/application/modules/default/controllers/IdentiteController.php index 8175f95ad..06fe9e9eb 100644 --- a/application/modules/default/controllers/IdentiteController.php +++ b/application/modules/default/controllers/IdentiteController.php @@ -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', diff --git a/library/Scores/IdentiteEntreprise.php b/library/Scores/IdentiteEntreprise.php index 6714bcbf7..b8cedc6c9 100644 --- a/library/Scores/IdentiteEntreprise.php +++ b/library/Scores/IdentiteEntreprise.php @@ -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';