mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-23 02:09:03 +02:00
Added import for storelocations
This commit is contained in:
parent
34aefd32e8
commit
1ca839ab26
3 changed files with 37 additions and 17 deletions
|
@ -99,6 +99,10 @@ class ImportPartKeeprCommand extends Command
|
|||
$io->info('Importing Footprints...');
|
||||
$count = $this->importer->importFootprints($data);
|
||||
$io->success('Imported '.$count.' footprints.');
|
||||
|
||||
$io->info('Importing storage locations...');
|
||||
$count = $this->importer->importStorelocations($data);
|
||||
$io->success('Imported '.$count.' storage locations.');
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue