correctif(administrateurs/procedure#dossier_vide): affiche 3 répétition sur le formulaire pdf d'une démarche
This commit is contained in:
parent
88f680a265
commit
2db21c8789
1 changed files with 1 additions and 0 deletions
|
@ -186,6 +186,7 @@ def add_champs(pdf, champs)
|
|||
champs.each do |champ|
|
||||
if champ.type == 'Champs::RepetitionChamp'
|
||||
add_libelle(pdf, champ)
|
||||
3.times { champ.add_row(champ.type_de_champ.revision) }
|
||||
3.times do
|
||||
champ.rows.each do |row|
|
||||
row.each do |inner_champ|
|
||||
|
|
Loading…
Reference in a new issue