From 9c608cbf71373ba835aad49195811741f746a1e9 Mon Sep 17 00:00:00 2001 From: florianfederspiel Date: Thu, 23 Apr 2026 17:39:22 +0200 Subject: [PATCH] =?UTF-8?q?Manuelle=20Buchungen=20im=20Men=C3=BC=20hinter?= =?UTF-8?q?=20Bank=20verschieben?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/components/MainNav.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/components/MainNav.vue b/frontend/components/MainNav.vue index f68d10a..7ddb9ff 100644 --- a/frontend/components/MainNav.vue +++ b/frontend/components/MainNav.vue @@ -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 = [