diff --git a/app/models/form/sales/questions/owning_organisation_id.rb b/app/models/form/sales/questions/owning_organisation_id.rb index 6e6b6f058..673ac6155 100644 --- a/app/models/form/sales/questions/owning_organisation_id.rb +++ b/app/models/form/sales/questions/owning_organisation_id.rb @@ -50,7 +50,7 @@ class Form::Sales::Questions::OwningOrganisationId < ::Form::Question end def derived? - true + true if FeatureToggle.merge_organisations_enabled? end def hidden_in_check_answers?(_log, user = nil)