This commit is contained in:
2019-12-20 19:59:58 +00:00
parent baf2789332
commit ef99023266
3 changed files with 4 additions and 4 deletions

View File

@@ -364,7 +364,7 @@ export default function initialize() {
//FAKE subitem as is still TBD
sub.push({
title: window.$gz.locale.get("Accounting"),
icon: "file-invoice-dollar",
icon: "calculator",
route: "/accounting",
key: key++
});
@@ -372,7 +372,7 @@ export default function initialize() {
// ** CUSTOMER (TOP)
addNavItem(
window.$gz.locale.get("Accounting"),
"file-invoice-dollar",
"calculator",
undefined,
sub,
key++