From e59d357a7413f7337a3cec9b9e0946cece350297 Mon Sep 17 00:00:00 2001 From: Luca Haid Date: Tue, 4 Mar 2025 07:40:46 +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 ad7f7f238..fbe67cafa 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