Merge pull request #4384 from chaserx/4378_display_customer_name_on_orders_table

adds the full_name of the customer ordering beneath email
This commit is contained in:
Luis Ramos
2019-10-28 15:52:54 +00:00
committed by GitHub

View File

@@ -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