mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-04-17 16:10:34 +00:00
parent
7dcd35e56c
commit
ec9a7176a2
3 changed files with 7 additions and 2 deletions
|
|
@ -225,7 +225,7 @@ class _StockItemDisplayState extends RefreshableState<StockDetailWidget> {
|
|||
// Request part information
|
||||
part = await InvenTreePart().get(widget.item.partId) as InvenTreePart?;
|
||||
|
||||
stockShowTests &= part?.isTrackable ?? false;
|
||||
stockShowTests &= part?.isTestable ?? false;
|
||||
|
||||
// Request default location
|
||||
int? defaultLocationId = part?.defaultLocation;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue