diff --git a/app/views/spree/admin/orders/invoice2.html.haml b/app/views/spree/admin/orders/invoice2.html.haml index be43fb767c..b59992b084 100644 --- a/app/views/spree/admin/orders/invoice2.html.haml +++ b/app/views/spree/admin/orders/invoice2.html.haml @@ -8,7 +8,7 @@ = t :tax_invoice - if @order.distributor.display_invoice_logo? && @order.distributor.logo.variable? %td{ :align => "right", rowspan: 2 } - = wicked_pdf_image_tag @order.distributor.logo.variant(resize_to_limit: [150, 150]) + = wicked_pdf_image_tag @order.distributor.logo_url(:small) %tr{ valign: "top" } %td{ :align => "left" } - if @order.distributor.business_address.blank?