Browse Source

feat: set sales org id as derived

pull/1815/head
natdeanlewissoftwire 3 years ago
parent
commit
f9766e720a
  1. 2
      app/models/form/sales/questions/owning_organisation_id.rb

2
app/models/form/sales/questions/owning_organisation_id.rb

@ -64,6 +64,6 @@ class Form::Sales::Questions::OwningOrganisationId < ::Form::Question
private
def selected_answer_option_is_derived?(_log)
false
true
end
end

Loading…
Cancel
Save