mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Display both phone number and email to the alternative invoice
This commit is contained in:
@@ -66,6 +66,12 @@
|
||||
%br
|
||||
- if @order.bill_address
|
||||
= @order.bill_address.address_part2
|
||||
- if @order.bill_address.phone.present?
|
||||
%br
|
||||
= @order.bill_address.phone
|
||||
- if @order&.customer&.email.present?
|
||||
%br
|
||||
= @order.customer.email
|
||||
|
||||
= render 'spree/admin/orders/invoice_table2'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user