mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-20 04:59:16 +00:00
16 lines
340 B
Plaintext
16 lines
340 B
Plaintext
= wicked_pdf_stylesheet_link_tag "mail/all"
|
|
|
|
|
|
%table{:width => "100%"}
|
|
%tbody
|
|
%tr
|
|
%td{ :align => "left" }
|
|
= "Order ##{@order.number}"
|
|
%td{ :align => "right" }
|
|
- if @order.total_tax > 0
|
|
= "TAX"
|
|
= "INVOICE"
|
|
|
|
= render 'spree/order_mailer/order_summary'
|
|
= render 'spree/order_mailer/payment'
|