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",