mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-13 13:49:33 +00:00
PDF Exportmöglichkeit zunächst nur anzeigen, wenn es sich um ein Assembly handelt
This commit is contained in:
parent
a682b87070
commit
9194d62d6a
2 changed files with 22 additions and 10 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue