diff --git a/app/controllers/admin/enterprise_relationships_controller.rb b/app/controllers/admin/enterprise_relationships_controller.rb index 3a6fd6d429..e13dfc9443 100644 --- a/app/controllers/admin/enterprise_relationships_controller.rb +++ b/app/controllers/admin/enterprise_relationships_controller.rb @@ -8,7 +8,7 @@ module Admin managed_by(spree_current_user).by_name @all_enterprises = Enterprise.includes(:shipping_methods, :payment_methods).by_name @enterprise_relationships = EnterpriseRelationship. - includes(:parent, :child). + includes(:parent, :child, :permissions). by_name.involving_enterprises @my_enterprises end