billing address in pdf invoice fixed

This commit is contained in:
Konstantin Shlyk
2019-12-11 23:10:51 +03:00
parent 7ccfdc8d21
commit c5229dd763

View File

@@ -44,14 +44,14 @@
%td{ :align => "right" }
= t :invoice_billing_address
%br
%strong= @order.ship_address.full_name
%strong= @order.bill_address.full_name
- if @order.andand.customer.andand.code.present?
%br
= "Code: #{@order.customer.code}"
%br
= @order.ship_address.address_part1
= @order.bill_address.address_part1
%br
= @order.ship_address.address_part2
= @order.bill_address.address_part2
= render 'spree/admin/orders/invoice_table2'