From 4243ff293f6dabe1f0bc515005a0bfc4750dc268 Mon Sep 17 00:00:00 2001 From: Steve Roberts Date: Tue, 7 Jul 2020 22:46:15 +1000 Subject: [PATCH] Update invoice2 to also use the shared payment partial --- app/views/spree/admin/orders/invoice2.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/spree/admin/orders/invoice2.html.haml b/app/views/spree/admin/orders/invoice2.html.haml index b9715c2770..7344f7ead5 100644 --- a/app/views/spree/admin/orders/invoice2.html.haml +++ b/app/views/spree/admin/orders/invoice2.html.haml @@ -71,4 +71,4 @@ %p = @order.distributor.invoice_text -= render 'spree/order_mailer/payment' += render 'spree/shared/payment'