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