mirror of
https://github.com/inventree/inventree-app.git
synced 2026-03-11 04:34:29 +00:00
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user