Merge pull request #10409 from colinux/fix-attestation-departement
Correctif: génération des attestations pour les champs départements
This commit is contained in:
commit
dbcc17b5d4
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class TypesDeChamp::DepartementTypeDeChamp < TypesDeChamp::TextTypeDeChamp
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def champ_value_for_tag(path = :value)
|
def champ_value_for_tag(champ, path = :value)
|
||||||
case path
|
case path
|
||||||
when :code
|
when :code
|
||||||
champ.code
|
champ.code
|
||||||
|
|
Loading…
Reference in a new issue