This commit is contained in:
2021-03-01 18:50:06 +00:00
parent 3520a12205
commit 7498ebe1b1
3 changed files with 12 additions and 12 deletions

View File

@@ -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)

View File

@@ -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: {

View File

@@ -243,7 +243,7 @@
<span class="text-h6">
{{ $ay.t("PurchaseOrderItemList") }}</span
><v-btn icon v-bind="attrs" v-on="on">
<v-icon small>$ayiEllipsisV</v-icon>
<v-icon color="primary">$ayiEllipsisV</v-icon>
</v-btn>
</template>
<v-list>
@@ -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)) {