From bd6f52814f5fa0be36fc0b74395915c3036c1475 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 28 Dec 2020 23:45:55 +0000 Subject: [PATCH] --- ayanova/src/views/acc-accounting.vue | 21 --------------------- ayanova/src/views/acc-tax-code.vue | 4 ++-- ayanova/src/views/acc-tax-codes.vue | 2 +- 3 files changed, 3 insertions(+), 24 deletions(-) delete mode 100644 ayanova/src/views/acc-accounting.vue diff --git a/ayanova/src/views/acc-accounting.vue b/ayanova/src/views/acc-accounting.vue deleted file mode 100644 index 4f3f9bf9..00000000 --- a/ayanova/src/views/acc-accounting.vue +++ /dev/null @@ -1,21 +0,0 @@ - - - diff --git a/ayanova/src/views/acc-tax-code.vue b/ayanova/src/views/acc-tax-code.vue index 4f3f9bf9..1641929c 100644 --- a/ayanova/src/views/acc-tax-code.vue +++ b/ayanova/src/views/acc-tax-code.vue @@ -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" }); } }; diff --git a/ayanova/src/views/acc-tax-codes.vue b/ayanova/src/views/acc-tax-codes.vue index 4f3f9bf9..d3f3c92b 100644 --- a/ayanova/src/views/acc-tax-codes.vue +++ b/ayanova/src/views/acc-tax-codes.vue @@ -14,7 +14,7 @@ export default { isMain: true, icon: "$ayiCalculator", title: "Accounting", - helpUrl: "form-acc-accounting" + helpUrl: "form-acc-tax-codes" }); } };