2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-13 10:45:29 +00:00

Add support for "quarantined" stock item status

This commit is contained in:
Oliver Walters
2022-06-03 19:51:08 +10:00
parent 9a5cf59efb
commit aa4317a2fe
4 changed files with 16 additions and 3 deletions

View File

@ -458,7 +458,7 @@ class _StockItemDisplayState extends RefreshableState<StockDetailWidget> {
subtitle: Text("${item.partDescription}"),
leading: InvenTreeAPI().getImage(item.partImage),
trailing: Text(
item.statusLabel(context),
item.statusLabel(),
style: TextStyle(
color: item.statusColor
)