Fix invoice template

This commit is contained in:
Gaetan Craig-Riou
2024-03-14 14:11:16 +11:00
parent f38e13b1a0
commit 80c4d9d03b
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
= render 'spree/shared/line_item_name', line_item: item
%br
%small
%em= item.variant.product.supplier.name
%em= item.variant.supplier.name
%td{:align => "right"}
= item.quantity
%td{:align => "right"}

View File

@@ -19,7 +19,7 @@
= render 'spree/shared/line_item_name', line_item: item
%br
%small
%em= item.variant.product.supplier.name
%em= item.variant.supplier.name
%td{:align => "right"}
= item.quantity
%td{:align => "right"}