Mark Litefarm farms as primary producers

This commit is contained in:
Maikel Linke
2025-12-12 14:46:11 +11:00
parent f9d255a266
commit d7603755bf

View File

@@ -28,6 +28,7 @@ class EnterpriseImporter
@owner.owned_enterprises.new(
address: Spree::Address.new,
semantic_link: SemanticLink.new(semantic_id: @dfc_enterprise.semanticId),
is_primary_producer: true,
visible: "public",
)
end