From affecf53c6565f01c6563c5ffb364b02214ec85f Mon Sep 17 00:00:00 2001 From: Mohamed ABDELLANI Date: Wed, 18 Oct 2023 09:08:48 +0100 Subject: [PATCH] add order cycle name to the invoice number section --- app/views/spree/admin/orders/invoice4.html.haml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/views/spree/admin/orders/invoice4.html.haml b/app/views/spree/admin/orders/invoice4.html.haml index 113a6886c7..e60c41cc80 100644 --- a/app/views/spree/admin/orders/invoice4.html.haml +++ b/app/views/spree/admin/orders/invoice4.html.haml @@ -55,6 +55,9 @@ %br = t :order_number = @order.number + %br + = "#{t :order_cycle} :" + = @order.order_cycle.name %td{ :align => "right" } = t :invoice_billing_address %br