Add default etablissement champ name

This commit is contained in:
Paul Chavard 2019-07-30 15:39:42 +02:00
parent ab1170bcfc
commit 8c72470a6c
2 changed files with 6 additions and 1 deletions

View file

@ -120,6 +120,6 @@ class Etablissement < ApplicationRecord
end
def libelle_for_export
champ&.libelle
champ&.libelle || 'Dossier'
end
end