mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-28 20:39:35 +00:00
Übergabe an stringToBOMEntries in BOMImporter anpassen
This commit is contained in:
parent
5b95513955
commit
e4cd243c7c
1 changed files with 2 additions and 2 deletions
|
|
@ -666,7 +666,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' => ','
|
||||
|
|
@ -741,7 +741,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