mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-12 13:19:33 +00:00
Korrigiere Designator-Feld in EntityExporter.
This commit is contained in:
parent
a1390b36a8
commit
596a30db74
1 changed files with 1 additions and 1 deletions
|
|
@ -627,7 +627,7 @@ class EntityExporter
|
|||
'Manufacturer' => $partData['part']?->getManufacturer()?->getName(),
|
||||
'Mpn' => $partData['part']?->getManufacturerProductNumber(),
|
||||
'Name' => $partData['name'] ?? '',
|
||||
'Designator' => $partData['designator']?->getName(),
|
||||
'Designator' => $partData['designator'],
|
||||
'Description' => $partData['part']?->getDescription(),
|
||||
'MountNames' => '-',
|
||||
'ReferencedAssemblyId' => '-',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue