diff --git a/ayanova/src/api/initialize.js b/ayanova/src/api/initialize.js
index 20ecaccc..bf69b50e 100644
--- a/ayanova/src/api/initialize.js
+++ b/ayanova/src/api/initialize.js
@@ -427,7 +427,7 @@ function initNavPanel() {
//**** INVENTORY (TOP GROUP)
if (sub.length > 0) {
- addNavItem("Inventory", "$ayiBox", undefined, sub, key++, "inventory");
+ addNavItem("Inventory", "$ayiDolly", undefined, sub, key++, "inventory");
}
//######### VENDORS (TOP GROUP)
diff --git a/ayanova/src/plugins/vuetify.js b/ayanova/src/plugins/vuetify.js
index 20797df6..54161468 100644
--- a/ayanova/src/plugins/vuetify.js
+++ b/ayanova/src/plugins/vuetify.js
@@ -61,7 +61,7 @@ import {
faCopy,
faDiceD20,
faDolly,
- faDollyFlatbed,
+ //faDollyFlatbed,
faDoorOpen,
faDraftingCompass,
faDragon,
@@ -237,7 +237,7 @@ library.add(
faCopy,
faDiceD20,
faDolly,
- faDollyFlatbed,
+ //faDollyFlatbed,
faDoorOpen,
farDotCircle,
faDraftingCompass,
@@ -588,12 +588,12 @@ const CUSTOM_ICONS = {
icon: ["fas", "dolly"]
}
},
- ayiDollyFlatbed: {
- component: FontAwesomeIcon,
- props: {
- icon: ["fas", "dolly-flatbed"]
- }
- },
+ // ayiDollyFlatbed: {
+ // component: FontAwesomeIcon,
+ // props: {
+ // icon: ["fas", "dolly-flatbed"]
+ // }
+ // },
ayiDoorOpen: {
component: FontAwesomeIcon,
props: {
diff --git a/ayanova/src/views/inv-purchase-order.vue b/ayanova/src/views/inv-purchase-order.vue
index 48d1686d..c3054265 100644
--- a/ayanova/src/views/inv-purchase-order.vue
+++ b/ayanova/src/views/inv-purchase-order.vue
@@ -243,7 +243,7 @@
{{ $ay.t("PurchaseOrderItemList") }}
- $ayiEllipsisV
+ $ayiEllipsisV
@@ -1295,8 +1295,8 @@ export default {
window.$gz.errorHandler.handleFormError(error, vm);
}
},
- showRequestSelectDialgo() {
- requestSelectDialog = true;
+ showRequestSelectDialog() {
+ this.requestSelectDialog = true;
},
poItemsRowClasses: function(item) {
if (this.form().childRowHasError(this, "Items", item.index)) {