Revert changes that broke existing usage of this report

This commit is contained in:
lin-d-hop
2020-03-10 10:59:18 +00:00
parent 93fda02e43
commit e4bd7c4e30

View File

@@ -77,7 +77,7 @@ module OpenFoodNetwork
ba.phone,
order.shipping_method.andand.name,
order.payments.first.andand.payment_method.andand.name,
order.payment_total,
order.payments.first.amount,
OpenFoodNetwork::UserBalanceCalculator.new(order.email, order.distributor).balance]
end
@@ -92,7 +92,7 @@ module OpenFoodNetwork
sa.phone,
order.shipping_method.andand.name,
order.payments.first.andand.payment_method.andand.name,
order.payment_total,
order.payments.first.amount,
OpenFoodNetwork::UserBalanceCalculator.new(order.email, order.distributor).balance,
has_temperature_controlled_items?(order),
order.special_instructions]