mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
fix syntax error
This commit is contained in:
@@ -144,7 +144,7 @@ module Spree
|
||||
joins(
|
||||
:distributor, line_items: :supplier
|
||||
).where(
|
||||
supplier: enterprises,
|
||||
supplier: { id: enterprises },
|
||||
distributor: { enable_producers_to_edit_orders: true }
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user