From 76daa183d5357f18b60dea695950d32e2ba01cee Mon Sep 17 00:00:00 2001 From: Rob Harrington Date: Thu, 30 Nov 2017 16:22:53 +1100 Subject: [PATCH] Add orders sub-menu to standing-order index page --- app/views/admin/standing_orders/index.html.haml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/admin/standing_orders/index.html.haml b/app/views/admin/standing_orders/index.html.haml index c8d3eb2b71..effe1fc8cc 100644 --- a/app/views/admin/standing_orders/index.html.haml +++ b/app/views/admin/standing_orders/index.html.haml @@ -9,6 +9,8 @@ %a.button.icon-plus#new-standing-order{ href: "javascript:void(0)", "new-standing-order-dialog" => true } = t('admin.standing_orders.new') += render :partial => 'spree/admin/shared/order_sub_menu' + = admin_inject_column_preferences module: 'admin.standingOrders' = render 'data' = render 'order_update_issues_dialog'