diff --git a/app/models/form/lettings/questions/stock_owner.rb b/app/models/form/lettings/questions/stock_owner.rb index 3835838c5..4294f440f 100644 --- a/app/models/form/lettings/questions/stock_owner.rb +++ b/app/models/form/lettings/questions/stock_owner.rb @@ -24,7 +24,7 @@ class Form::Lettings::Questions::StockOwner < ::Form::Question end stock_owners_answer_options = if user.support? - Organisation + Organisation.where(holds_own_stock: true) else user.organisation.stock_owners end.pluck(:id, :name).to_h