From 227d5560f06b234d5e0f6c1cc8d2b5c27aec3752 Mon Sep 17 00:00:00 2001 From: Kat Date: Wed, 27 Mar 2024 13:29:06 +0000 Subject: [PATCH] empty --- app/models/organisation.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/models/organisation.rb b/app/models/organisation.rb index 0a852d2fd..4c639db0e 100644 --- a/app/models/organisation.rb +++ b/app/models/organisation.rb @@ -20,7 +20,6 @@ class Organisation < ApplicationRecord def affiliated_stock_owners ids = [] - if holds_own_stock? && persisted? ids << id end