diff --git a/app/overrides/spree/admin/orders/index/add_distributor_td.html.haml.deface b/app/overrides/spree/admin/orders/index/add_distributor_td.html.haml.deface index af19c08ddd..5d9b7ab083 100644 --- a/app/overrides/spree/admin/orders/index/add_distributor_td.html.haml.deface +++ b/app/overrides/spree/admin/orders/index/add_distributor_td.html.haml.deface @@ -1,4 +1,4 @@ / insert_top "[data-hook='admin_orders_index_rows']" %td.align-center - = order.distributor.name + = order.distributor.andand.name