From c605e25eee863aa89e396c296486bb2ffd7a727f Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Thu, 27 Feb 2025 16:14:20 +0100 Subject: [PATCH] Made ConstructionConsent accessable to Ingena again --- 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 e35286b3a..5ff85d788 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"]))): ?> + is(["Admin", "netowner", "salespartner"]) && ($me->is("employee") || $me->can(["Fibu", "Billing", "Preorderpricing", "Preorderbilling"]) || $me->address_id == 2187)): ?>
  • Backoffice