diff --git a/parlapi/jobs/an_dossiers.py b/parlapi/jobs/an_dossiers.py index 18acc98d6f2d4bc3425c47090a08e625bd4c2d71..7f3621b3ba077b389f15c02cba83a0fd97ce121a 100644 --- a/parlapi/jobs/an_dossiers.py +++ b/parlapi/jobs/an_dossiers.py @@ -41,6 +41,7 @@ class ImportDossiersJob(BaseANJob): chrono = json['cycleDeVie']['chrono'] klass = json['classification'] + notice = json['notice'] data = { 'acteurs': [], @@ -52,6 +53,7 @@ class ImportDossiersJob(BaseANJob): 'divisions': [], 'dossier': None, 'legislature': None, + 'notice_numero': notice['numNotice'], 'organes': [], 'soustype_code': None, 'soustype_libelle': None,