From 03a0a60b3a7c762db5de9541287b6c57b3cc08a1 Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Wed, 17 Apr 2024 14:43:27 -0600 Subject: [PATCH] Add comment --- src/registrar/models/utility/generic_helper.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/registrar/models/utility/generic_helper.py b/src/registrar/models/utility/generic_helper.py index 991231841..4b08468a4 100644 --- a/src/registrar/models/utility/generic_helper.py +++ b/src/registrar/models/utility/generic_helper.py @@ -64,6 +64,9 @@ class CreateOrUpdateOrganizationTypeHelper: force_update (bool): If an existing instance has no values to change, try to update the organization_type field (or related fields) anyway. This is done by invoking the new instance handler. + + Use to force org type to be updated to the correct value even + if no other changes were made (including is_election). """ # A new record is added with organization_type not defined.