This commit is contained in:
@@ -289,7 +289,7 @@ export default function initialize() {
|
||||
//PARTS (part list)
|
||||
sub.push({
|
||||
title: window.$gz.locale.get("PartList"),
|
||||
icon: "cubes",
|
||||
icon: "boxes",
|
||||
route: "/parts",
|
||||
key: key++
|
||||
});
|
||||
@@ -313,7 +313,7 @@ export default function initialize() {
|
||||
//PURCHASE ORDERS
|
||||
sub.push({
|
||||
title: window.$gz.locale.get("InventoryPurchaseOrders"),
|
||||
icon: "boxes",
|
||||
icon: "shipping-fast",
|
||||
route: "/polist",
|
||||
key: key++
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user