Print supplier name on invoice

This commit is contained in:
Maikel Linke
2019-02-06 15:07:05 +11:00
parent 3aea16e9ba
commit 4a3e5f1d0a
2 changed files with 6 additions and 0 deletions

View File

@@ -14,6 +14,9 @@
%tr
%td
= render 'spree/shared/line_item_name', line_item: item
%br
%small
%em= raw(item.variant.product.supplier.name)
%td{:align => "right"}
= item.quantity
%td{:align => "right"}

View File

@@ -17,6 +17,9 @@
%tr
%td
= render 'spree/shared/line_item_name', line_item: item
%br
%small
%em= raw(item.variant.product.supplier.name)
%td{:align => "right"}
= item.quantity
%td{:align => "right"}