From 353804a3fae2e89e13066e916529c760535b4775 Mon Sep 17 00:00:00 2001 From: Chase Southard Date: Sat, 19 Oct 2019 12:32:59 -0400 Subject: [PATCH] adds the full_name of the customer ordering beneath email --- app/views/spree/admin/orders/index.html.haml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/spree/admin/orders/index.html.haml b/app/views/spree/admin/orders/index.html.haml index 07c3acd836..b98963513c 100644 --- a/app/views/spree/admin/orders/index.html.haml +++ b/app/views/spree/admin/orders/index.html.haml @@ -73,6 +73,8 @@ {{'js.admin.orders.shipment_states.' + order.shipment_state | t}} %td = mail_to "{{order.email}}" + %br + {{order.full_name}} %td.align-center %span{'ng-bind-html' => 'order.display_total'} %td.actions