PDF Exportmöglichkeit zunächst nur anzeigen, wenn es sich um ein Assembly handelt

This commit is contained in:
Marcel Diegelmann 2025-09-17 09:03:52 +02:00
parent 82d867f5be
commit 9df2c4d307
2 changed files with 22 additions and 10 deletions

View file

@ -274,7 +274,7 @@ class EntityExporter
$options['format'] = 'csv';
$options['level'] = 'readable';
} if ($request->get('readableSelect', false) === 'readable_bom') {
} elseif ($request->get('readableSelect', false) === 'readable_bom') {
$hierarchies = [];
foreach ($entities as $entity) {