This commit is contained in:
@@ -180,7 +180,7 @@ export default function initialize() {
|
|||||||
|
|
||||||
//CUSTOMERS subitem
|
//CUSTOMERS subitem
|
||||||
sub.push({
|
sub.push({
|
||||||
title: t("ClientList"),
|
title: t("CustomerList"),
|
||||||
icon: "fa-address-card",
|
icon: "fa-address-card",
|
||||||
route: "/cust-customers",
|
route: "/cust-customers",
|
||||||
key: key++
|
key: key++
|
||||||
@@ -196,7 +196,7 @@ export default function initialize() {
|
|||||||
|
|
||||||
// ** CUSTOMER (TOP)
|
// ** CUSTOMER (TOP)
|
||||||
addNavItem(
|
addNavItem(
|
||||||
t("ClientList"),
|
t("CustomerList"),
|
||||||
"fa-address-book",
|
"fa-address-book",
|
||||||
undefined,
|
undefined,
|
||||||
sub,
|
sub,
|
||||||
|
|||||||
Reference in New Issue
Block a user