Add new order sumary in order cancel mail

This commit is contained in:
Lucas Hiago
2020-04-19 22:54:17 -03:00
parent 1c1200125e
commit 42012d6482

View File

@@ -15,8 +15,11 @@
= t(".dont_cancel", email: @order.distributor.contact.email)
%p  
%h4
= t(".order_summary_canceled_html", number: @order.number)
%p
= t(".details")
= t(".order_summary_canceled")
= render 'order_summary'
= render 'signoff'
= render 'shared/mailers/social_and_contact'