Allow line item enterprise fees to be found in EnterpriseFeeSummary report

This commit is contained in:
Matt-Yorkley
2021-02-28 18:14:57 +00:00
parent 526794b32e
commit 62a495a42e

View File

@@ -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