Closed dpritchett closed 10 years ago
Specifically a problem in the address partial:
# Orders no longer have a single :shipping_method, what should this invoice even look like? data2 << [@order.shipping_method.try(:name), @order.shipping_method.try(:name)]
This has been fixed in 2-0-stable now.
Specifically a problem in the address partial: