add effectif mensuel to graphql api

This commit is contained in:
Christophe Robillard 2020-04-21 15:52:08 +02:00
parent 1165f8483d
commit 149b98007f
7 changed files with 46 additions and 1 deletions

View file

@ -32,7 +32,7 @@
%th.libelle
Effectif mensuel
= try_format_mois_effectif(etablissement)
%td= etablissement.effectif_mensuel
%td= etablissement.entreprise_effectif_mensuel
%tr
%th.libelle Effectif de l'organisation :
%td= effectif(etablissement)