This commit is contained in:
2020-10-06 13:52:31 +00:00
parent 0c895f83b0
commit bf740b2b6c
21 changed files with 90 additions and 47 deletions

View File

@@ -1092,7 +1092,7 @@ function generateMenu(vm) {
// //Report not Print, print is a further option
// menuOptions.menuItems.push({
// title: "Report",
// icon: "fa-file-alt",
// icon: "$ayiFileAlt",
// key: FORM_KEY + ":report",
// vm: vm
// });
@@ -1102,7 +1102,7 @@ function generateMenu(vm) {
// if (lastReport != null) {
// menuOptions.menuItems.push({
// title: lastReport.name,
// icon: "fa-file-alt",
// icon: "$ayiFileAlt",
// key: FORM_KEY + ":report:" + lastReport.id,
// vm: vm
// });
@@ -1134,7 +1134,7 @@ function generateMenu(vm) {
menuOptions.menuItems.push({
title: "Export",
icon: "fa-file-download",
icon: "$ayiFile-download",
href: href,
target: "_blank",
key: FORM_KEY + ":export",