From 36e0f45a89cc126ec14b3779f193aa7bd51fe4ca Mon Sep 17 00:00:00 2001 From: Rob Harrington Date: Wed, 15 Mar 2017 17:39:21 +1100 Subject: [PATCH] Show the shops invoice text on old invoice template --- app/views/spree/admin/orders/invoice.html.haml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/spree/admin/orders/invoice.html.haml b/app/views/spree/admin/orders/invoice.html.haml index 9e8aa8270f..627032fd39 100644 --- a/app/views/spree/admin/orders/invoice.html.haml +++ b/app/views/spree/admin/orders/invoice.html.haml @@ -48,4 +48,8 @@ %p   +- if @order.distributor.invoice_text.present? + %p + = @order.distributor.invoice_text + = render 'spree/order_mailer/payment'