ltkey stuff

This commit is contained in:
2020-05-09 00:33:54 +00:00
parent 32fc31429b
commit d02cb84f82
8 changed files with 18 additions and 18 deletions

View File

@@ -251,7 +251,7 @@ export default function initialize() {
])
) {
sub.push({
title: t("WorkOrderServiceList"),
title: t("WorkOrderList"),
icon: "fa-tools",
route: "/svc-workorders",
key: key++
@@ -272,7 +272,7 @@ export default function initialize() {
//NOTE: this is the only item in this service level area that is visible to Sales
//so there is no separate role check here as the service group role check supersedes this
sub.push({
title: t("WorkOrderQuoteList"),
title: t("QuoteList"),
icon: "fa-pencil-alt",
route: "/svc-quotes",
key: key++
@@ -290,7 +290,7 @@ export default function initialize() {
])
) {
sub.push({
title: t("WorkOrderPreventiveMaintenanceList"),
title: t("PMList"),
icon: "fa-business-time",
route: "/svc-pm-list",
key: key++
@@ -335,7 +335,7 @@ export default function initialize() {
])
) {
sub.push({
title: t("LoanItemList"),
title: t("LoanUnitList"),
icon: "fa-plug",
route: "/svc-loaners",
key: key++
@@ -373,7 +373,7 @@ export default function initialize() {
])
) {
sub.push({
title: t("ClientServiceRequestList"),
title: t("CustomerServiceRequestList"),
icon: "fa-child",
route: "/svc-csr-list",
key: key++
@@ -712,7 +712,7 @@ export default function initialize() {
//CSR LIST subitem
sub.push({
title: t("ClientServiceRequestList"),
title: t("CustomerServiceRequestList"),
icon: "fa-child",
route: "/customer-csr-list",
key: key++
@@ -720,7 +720,7 @@ export default function initialize() {
//WORKORDERS subitem
sub.push({
title: t("WorkOrderServiceList"),
title: t("WorkOrderList"),
icon: "fa-tools",
route: "/customer-workorders",
key: key++