Use public contact email at the bottom of order confirmation email [OFN-12509]

This commit is contained in:
wandji20
2024-07-09 19:48:23 +01:00
parent dfea0cd805
commit 4fe3f60009

View File

@@ -10,7 +10,7 @@
= @order.distributor.phone || ""
%br
%a{:href => "mailto:#{@order.distributor.contact.email}", :target => "_blank"}
= @order.distributor.contact.email
= @order.distributor.email_address.presence || @order.distributor.contact.email
%br
= @order.distributor.website || ""
%br