mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 09:21:54 +02:00
Merge branch 'za/1909-change-org-field-to-new-format' into za/1911-fill-new-org-type-column
This commit is contained in:
commit
7f34d50ae9
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ class CreateOrUpdateOrganizationTypeHelper:
|
|||
new_org = election_org_map[current_org_type]
|
||||
self.instance.generic_org_type = new_org
|
||||
self.instance.is_election_board = True
|
||||
elif self.instance.generic_org_type is not None:
|
||||
elif self.instance.organization_type is not None:
|
||||
self.instance.generic_org_type = current_org_type
|
||||
|
||||
# This basically checks if the given org type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue