mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Fix invoice template
This commit is contained in:
@@ -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"}
|
||||
|
||||
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user