diff --git a/app/models/piece_justificative.rb b/app/models/piece_justificative.rb index 0c2056b6a..c9537adf0 100644 --- a/app/models/piece_justificative.rb +++ b/app/models/piece_justificative.rb @@ -19,6 +19,14 @@ class PieceJustificative < ActiveRecord::Base content.blank? end + def libelle + if type_de_piece_justificative.nil? + return content.to_s + else + type_de_piece_justificative.libelle + end + end + def content_url unless content.url.nil? if Features.remote_storage