mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 07:35:34 -05:00
Use new default letter contact in the DVLA celery task
This commit is contained in:
@@ -370,7 +370,7 @@ def create_dvla_file_contents_for_notifications(notifications):
|
||||
notification.template.__dict__,
|
||||
notification.personalisation,
|
||||
notification_reference=notification.reference,
|
||||
contact_block=notification.service.letter_contact_block,
|
||||
contact_block=notification.service.get_default_letter_contact(),
|
||||
org_id=notification.service.dvla_organisation.id,
|
||||
))
|
||||
for notification in notifications
|
||||
|
||||
Reference in New Issue
Block a user