This commit is contained in:
2019-04-16 23:36:36 +00:00
parent 0a835c2d0b
commit 7bcf255e9d
2 changed files with 13 additions and 3 deletions

View File

@@ -183,7 +183,7 @@ export default {
{ title: "DUPLICATE", icon: "clone", key: "duplicate" },
{ title: "SAVE", icon: "save", key: "save" },
{ title: "DELETE", icon: "trash-alt", key: "delete" },
{ title: "HELP", key: "app:help:inventory-widget-edit" }
{ title: "HELP", key: "app:help:clients_entry_screen.htm" }
]
});
this.$gzevent.$on("menu-click", clickHandler);