mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-12 13:19:33 +00:00
PDF Exportmöglichkeit zunächst nur anzeigen, wenn es sich um ein Assembly handelt
This commit is contained in:
parent
82d867f5be
commit
9df2c4d307
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