This commit is contained in:
2020-09-01 15:43:05 +00:00
parent d646306958
commit 1effb6ccb2
4 changed files with 64 additions and 9 deletions

View File

@@ -630,7 +630,7 @@ async function clickHandler(menuItem) {
break;
case "report":
if (m.id != null) {
//last report selected
//last report selected is in m.id
m.vm.$router.push({
name: "ay-report",
params: { recordid: m.id, ayatype: window.$gz.type.Widget }
@@ -704,7 +704,7 @@ function generateMenu(vm) {
});
}
//STUB REPORTS
//REPORTS
//Report not Print, print is a further option
menuOptions.menuItems.push({
title: "Report",