From 231738bc00715b54c7aa4b6d1e8016f785484047 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 9 Jul 2021 23:25:17 +0000 Subject: [PATCH] --- ayanova/src/views/inv-part.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ayanova/src/views/inv-part.vue b/ayanova/src/views/inv-part.vue index 8481fdd9..d2637efb 100644 --- a/ayanova/src/views/inv-part.vue +++ b/ayanova/src/views/inv-part.vue @@ -867,8 +867,8 @@ function generateMenu(vm) { } //---- SHOW ALL --- - menuOptions.menuItems.push({ divider: true, inset: false }); - + //menuOptions.menuItems.push({ divider: true, inset: true }); + //menuOptions.menuItems.push({ header: vm.$ay.t("ShowAll") }); menuOptions.menuItems.push({ title: "WorkOrderList", //note: technically it opens teh woitemunitlist not workorders but it's confusing in the UI otherwise and this is how people would think about it icon: "$ayiTools",