From b6cf2473a525e27317556dea13819094f903e642 Mon Sep 17 00:00:00 2001 From: Luca Haid Date: Tue, 4 Mar 2025 07:34:51 +0000 Subject: [PATCH] Allow Ingena into ConstructionConsent --- 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 5ff85d788..3e5341dbc 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"]) || $me->address_id == 2187)): ?> + is(["Admin", "netowner", "salespartner"]) && ($me->is("employee") || $me->can(["Fibu", "Billing", "Preorderpricing", "Preorderbilling"]) || $in_array($me->address_id, [1,209,5908,2187])))): ?>
  • Backoffice