From ab23f5e9dbf55aa5954de4ca62c5d4c65dcd94ff Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Mon, 20 Jun 2016 09:40:03 +0200 Subject: [PATCH] Affichage dans la vue NumRM et ActiviteArtisanale --- .../modules/default/views/default/scripts/identite/fiche.phtml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/modules/default/views/default/scripts/identite/fiche.phtml b/application/modules/default/views/default/scripts/identite/fiche.phtml index 430b6221b..cdcb82ab9 100644 --- a/application/modules/default/views/default/scripts/identite/fiche.phtml +++ b/application/modules/default/views/default/scripts/identite/fiche.phtml @@ -47,9 +47,9 @@ echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Isin']); echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Capitalisation']); echo $this->partial('identite/fiche-item.phtml', $this->logo); echo $this->partial('identite/fiche-item.phtml', $this->dBlock['NumRC']); +echo $this->partial('identite/fiche-item.phtml', $this->dBlock['NumRM']); echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Groupe']); echo $this->partial('identite/fiche-item.phtml', $this->dBlock['AutreId']); -//echo $this->partial('identite/fiche-item.phtml', $this->dBlock['NumRM']); echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Actif']); echo $this->partial('identite/fiche-item.phtml', $this->dBlock['SituationJuridique']); echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Situation']); @@ -123,6 +123,7 @@ echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Mail']); partial('identite/fiche-item.phtml', $this->dBlock['ActiviteEn']); echo $this->partial('identite/fiche-item.phtml', $this->dBlock['ActiviteEt']); +echo $this->partial('identite/fiche-item.phtml', $this->dBlock['ActiviteArtisanale']); echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Naf4']); echo $this->partial('identite/fiche-item.phtml', $this->dBlock['Nace']); echo $this->partial('identite/fiche-item.phtml', $this->dBlock['NatureActivite']);