mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Allow line item enterprise fees to be found in EnterpriseFeeSummary report
This commit is contained in:
@@ -52,7 +52,7 @@ module OrderManagement
|
||||
|
||||
def for_orders
|
||||
chain_to_scope do
|
||||
where(adjustable_type: ["Spree::Order", "Spree::Shipment"])
|
||||
where(adjustable_type: ["Spree::Order", "Spree::Shipment", "Spree::LineItem"])
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user