Revert "add DVLA organisations to API"

This commit is contained in:
Leo Hemsted
2017-04-20 18:21:56 +01:00
committed by GitHub
parent 95b3248a5e
commit c3e56d5d2d
14 changed files with 79 additions and 199 deletions

View File

@@ -321,8 +321,7 @@ def create_dvla_file_contents(job_id):
notification.template.__dict__,
notification.personalisation,
notification_reference=notification.reference,
contact_block=notification.service.letter_contact_block,
org_id=notification.service.dvla_organisation.id,
contact_block=notification.service.letter_contact_block
))
for notification in dao_get_all_notifications_for_job(job_id)
)