This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
<template>
|
||||
<UnderConstruction data-cy="underconstruction" />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import UnderConstruction from "../components/underconstruction.vue";
|
||||
|
||||
export default {
|
||||
components: {
|
||||
UnderConstruction
|
||||
},
|
||||
beforeCreate() {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "$ayiCalculator",
|
||||
title: "Accounting",
|
||||
helpUrl: "form-acc-accounting"
|
||||
});
|
||||
}
|
||||
};
|
||||
</script>
|
||||
@@ -13,8 +13,8 @@ export default {
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "$ayiCalculator",
|
||||
title: "Accounting",
|
||||
helpUrl: "form-acc-accounting"
|
||||
title: "TaxCodeList",
|
||||
helpUrl: "form-acc-tax-codes"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14,7 +14,7 @@ export default {
|
||||
isMain: true,
|
||||
icon: "$ayiCalculator",
|
||||
title: "Accounting",
|
||||
helpUrl: "form-acc-accounting"
|
||||
helpUrl: "form-acc-tax-codes"
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user