Merge pull request #2135 from betagouv/fix-siret-display

Show the etablissement SIRET, not the siege social SIRET
This commit is contained in:
Mathieu Magnin 2018-06-21 10:35:22 +02:00 committed by GitHub
commit a704dbdfae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
%td= raison_sociale_or_name(etablissement)
%tr
%th.libelle SIRET :
%td= etablissement.entreprise.siret_siege_social
%td= etablissement.siret
%tr
%th.libelle Forme juridique :
%td= sanitize(etablissement.entreprise.forme_juridique)