From 034906a3f0b76aec5b58c8f6e26e6ae4833abea3 Mon Sep 17 00:00:00 2001 From: Luca Haid Date: Tue, 4 Mar 2025 07:41:45 +0000 Subject: [PATCH] Update menu.php --- Layout/default/menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Layout/default/menu.php b/Layout/default/menu.php index fbe67cafa..d0f56a41e 100644 --- a/Layout/default/menu.php +++ b/Layout/default/menu.php @@ -92,7 +92,7 @@ - is(["Admin", "netowner", "salespartner"]) && ($me->is("employee") || $me->can(["Fibu", "Billing", "Preorderpricing", "Preorderbilling"])) || $in_array($me->address_id, [1,209,5908,2187])): ?> + is(["Admin", "netowner", "salespartner"]) && ($me->is("employee") || $me->can(["Fibu", "Billing", "Preorderpricing", "Preorderbilling"])) || in_array($me->address_id, [1,209,5908,2187])): ?>
  • Backoffice