This commit is contained in:
2021-07-09 23:25:17 +00:00
parent 9c91109236
commit 231738bc00

View File

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