From d3eca6ce35d3f2c645070db1710cac202528b957 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Thu, 10 Aug 2023 15:06:42 +0100 Subject: [PATCH] feat: add one more feature toggle --- app/models/form/sales/questions/owning_organisation_id.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)