parent
6f14e7783f
commit
acc1cb1abd
2 changed files with 9 additions and 1 deletions
|
@ -43,7 +43,7 @@ class PiecesJustificativesService
|
|||
private
|
||||
|
||||
def self.pjs_for_champs(dossier)
|
||||
allowed_champs = dossier.champs
|
||||
allowed_champs = dossier.champs + dossier.champs_private
|
||||
|
||||
allowed_child_champs = allowed_champs
|
||||
.filter { |c| c.type_champ == TypeDeChamp.type_champs.fetch(:repetition) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue