mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-19 02:15:07 +02:00
Fixed further inspection issues
This commit is contained in:
parent
33e36f3d2b
commit
87533b6031
37 changed files with 46 additions and 71 deletions
|
@ -296,9 +296,8 @@ class MouserProvider implements InfoProviderInterface
|
|||
null => null,
|
||||
"New Product" => ManufacturingStatus::ANNOUNCED,
|
||||
"Not Recommended for New Designs" => ManufacturingStatus::NRFND,
|
||||
"Factory Special Order" => ManufacturingStatus::DISCONTINUED,
|
||||
"Factory Special Order", "Obsolete" => ManufacturingStatus::DISCONTINUED,
|
||||
"End of Life" => ManufacturingStatus::EOL,
|
||||
"Obsolete" => ManufacturingStatus::DISCONTINUED,
|
||||
default => ManufacturingStatus::ACTIVE,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue