This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user