mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-02 13:29:36 +00:00
Typdefinitionen in BOMImporter anpassen
This commit is contained in:
parent
4b6018fe86
commit
5b95513955
2 changed files with 8 additions and 8 deletions
|
|
@ -788,7 +788,7 @@ final class BOMImporterTest extends WebTestCase
|
|||
'Quantity' => 'Quantity'
|
||||
];
|
||||
|
||||
$bom_entries = $this->service->stringToBOMEntries($input, [
|
||||
$bom_entries = $this->service->stringToBOMEntries($lcscSupplier, $input, [
|
||||
'type' => 'kicad_schematic',
|
||||
'field_mapping' => $field_mapping,
|
||||
'delimiter' => ','
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue