This commit is contained in:
2019-06-11 23:44:10 +00:00
parent 1b9fb72b8d
commit 58e46dde5e
2 changed files with 8 additions and 3 deletions

View File

@@ -238,12 +238,12 @@ function generateMenu(vm) {
}
//STUB REPORTS
menuOptions.menuItems.push({
title: vm.$gzlocale.get("Print"),
icon: "print",
key: FORM_KEY + ":report",
vm: vm,
subitems: vm.$gzreport.availableReports("")
vm: vm
});
vm.$gzevent.$emit("menu-change", menuOptions);