Manuelle Buchungen im Menü hinter Bank verschieben
This commit is contained in:
@@ -156,11 +156,6 @@ const links = computed(() => {
|
|||||||
to: "/accounting/bwa",
|
to: "/accounting/bwa",
|
||||||
icon: "i-heroicons-chart-bar-square",
|
icon: "i-heroicons-chart-bar-square",
|
||||||
} : null,
|
} : null,
|
||||||
(featureEnabled("accounts") || featureEnabled("ownaccounts")) ? {
|
|
||||||
label: "Manuelle Buchungen",
|
|
||||||
to: "/accounting/manual-bookings",
|
|
||||||
icon: "i-heroicons-arrows-right-left",
|
|
||||||
} : null,
|
|
||||||
featureEnabled("banking") ? {
|
featureEnabled("banking") ? {
|
||||||
label: "Liquidität",
|
label: "Liquidität",
|
||||||
to: "/accounting/liquidity",
|
to: "/accounting/liquidity",
|
||||||
@@ -188,6 +183,11 @@ const links = computed(() => {
|
|||||||
to: "/banking",
|
to: "/banking",
|
||||||
icon: "i-heroicons-document-text",
|
icon: "i-heroicons-document-text",
|
||||||
} : null,
|
} : null,
|
||||||
|
(featureEnabled("accounts") || featureEnabled("ownaccounts")) ? {
|
||||||
|
label: "Manuelle Buchungen",
|
||||||
|
to: "/accounting/manual-bookings",
|
||||||
|
icon: "i-heroicons-arrows-right-left",
|
||||||
|
} : null,
|
||||||
]
|
]
|
||||||
|
|
||||||
const inventoryChildren = [
|
const inventoryChildren = [
|
||||||
|
|||||||
Reference in New Issue
Block a user