This commit is contained in:
2020-07-31 21:27:28 +00:00
parent 3488740103
commit ecc931dfc0
6 changed files with 1092 additions and 9 deletions

View File

@@ -226,6 +226,14 @@ function initNavPanel() {
key: key++
});
//Customer / Headoffice Users subitem
sub.push({
title: "UserList",
icon: "fa-users",
route: "/cust-users",
key: key++
});
// ** CUSTOMER (TOP)
addNavItem(
"CustomerList",