Browse Source

empty

CLDC-2831-page-load
Kat 9 months ago committed by kosiakkatrina
parent
commit
227d5560f0
  1. 1
      app/models/organisation.rb

1
app/models/organisation.rb

@ -20,7 +20,6 @@ class Organisation < ApplicationRecord
def affiliated_stock_owners
ids = []
if holds_own_stock? && persisted?
ids << id
end

Loading…
Cancel
Save