Skip to content
Snippets Groups Projects
Commit a6cd7d32 authored by Jonathan Foucher's avatar Jonathan Foucher
Browse files

Fix #984

parent 58dc858a
No related branches found
No related tags found
No related merge requests found
Pipeline #86108 passed
......@@ -270,7 +270,7 @@ class OverviewGenerator extends AbstractGenerator
if (in_array(ReviewData::CONTRACTOR_REGISTRY, $collectivity->getReviewData()->getSections())) {
$section->addListItem('Sous-traitants');
}
if (in_array(ReviewData::TOOL_REGISTRY, $collectivity->getReviewData()->getSections())) {
if ($collectivity->isHasModuleTools() && in_array(ReviewData::TOOL_REGISTRY, $collectivity->getReviewData()->getSections())) {
$section->addListItem('Logiciels et supports');
}
if (in_array(ReviewData::REQUEST_REGISTRY, $collectivity->getReviewData()->getSections())) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment