mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-04-04 07:09:14 +00:00
update the view used when the invoice feature is enabled
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
= "#{raw(line_item.variant.product.name)}"
|
||||
- unless line_item.variant.product.name.include? line_item.name_to_display
|
||||
%span= "- #{raw(line_item.name_to_display)}"
|
||||
- if line_item.options_text.present?
|
||||
= "(#{raw(line_item.options_text)})"
|
||||
- if line_item.unit_price_price_and_unit
|
||||
= raw("(#{line_item.unit_price_price_and_unit})")
|
||||
Reference in New Issue
Block a user