diff --git a/Layout/default/ConstructionConsent/Index.php b/Layout/default/ConstructionConsent/Index.php index b72257ace..cfb86fc28 100644 --- a/Layout/default/ConstructionConsent/Index.php +++ b/Layout/default/ConstructionConsent/Index.php @@ -184,7 +184,7 @@ $pagination_entity_name = "Zustimmungserklärungen"; 'key' => 'inspection_planner', 'header' => 'Begehung Planer durchgeführt', 'icon' => 'fas fa-clipboard-check', - 'denominator' => $stats['building'] + $stats['street'], + 'denominator' => $stats['building'], 'color' => '#28a745' ], [ @@ -198,7 +198,7 @@ $pagination_entity_name = "Zustimmungserklärungen"; 'key' => 'conduit_installed_ftu', 'header' => 'Leerrohr bis HAK', 'icon' => 'fas fa-road', - 'denominator' => $stats['street'], + 'denominator' => $stats['building'], 'color' => '#f5b902' ], [