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"
});
}
};