mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-15 14:49: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(),
|
'Manufacturer' => $partData['part']?->getManufacturer()?->getName(),
|
||||||
'Mpn' => $partData['part']?->getManufacturerProductNumber(),
|
'Mpn' => $partData['part']?->getManufacturerProductNumber(),
|
||||||
'Name' => $partData['name'] ?? '',
|
'Name' => $partData['name'] ?? '',
|
||||||
'Designator' => $partData['designator']?->getName(),
|
'Designator' => $partData['designator'],
|
||||||
'Description' => $partData['part']?->getDescription(),
|
'Description' => $partData['part']?->getDescription(),
|
||||||
'MountNames' => '-',
|
'MountNames' => '-',
|
||||||
'ReferencedAssemblyId' => '-',
|
'ReferencedAssemblyId' => '-',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue