diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2016-01-11 13:46:15 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2016-01-11 13:46:52 +0100 |
commit | 5f1221af790333d3f497a5f3d2ecddc6d11ff52e (patch) | |
tree | b0b462ddc93e1098b291b4347c0598be0f463dce /archaeological_files/wizards.py | |
parent | 07aa770aaa816f02cb2108c34e5225a9eb25b797 (diff) | |
download | Ishtar-5f1221af790333d3f497a5f3d2ecddc6d11ff52e.tar.bz2 Ishtar-5f1221af790333d3f497a5f3d2ecddc6d11ff52e.zip |
reference_number -> permit_reference
Diffstat (limited to 'archaeological_files/wizards.py')
-rw-r--r-- | archaeological_files/wizards.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_files/wizards.py b/archaeological_files/wizards.py index 7fac15c66..99ef593d9 100644 --- a/archaeological_files/wizards.py +++ b/archaeological_files/wizards.py @@ -102,7 +102,7 @@ class FileClosingWizard(ClosingWizard): 'reception_date', 'total_surface', 'total_developed_surface', 'address', 'address_complement', 'postal_code', 'comment'] if settings.COUNTRY == 'fr': - fields += ['saisine_type', 'reference_number'] + fields += ['saisine_type', 'permit_reference'] fields += ['towns'] |