Typdefinitionen in BOMImporter anpassen

This commit is contained in:
Marcel Diegelmann 2026-02-16 09:56:43 +01:00
parent 4b6018fe86
commit 5b95513955
2 changed files with 8 additions and 8 deletions

View file

@ -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' => ','