Skip to content

Commit

Permalink
Fix notes modal (#4874)
Browse files Browse the repository at this point in the history
Co-authored-by: Katherine Fleming <[email protected]>
  • Loading branch information
haneslinger and kflemin authored Dec 10, 2024
1 parent e9f393f commit 24bb932
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions seed/views/v3/organizations.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ def _dict_org_brief(request, organizations):
"salesforce_enabled": o.salesforce_enabled,
"access_level_names": o.access_level_names,
"audit_template_conditional_import": o.audit_template_conditional_import,
"property_display_field": o.property_display_field,
"taxlot_display_field": o.taxlot_display_field,
}
orgs.append(org)

Expand Down

0 comments on commit 24bb932

Please sign in to comment.