mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Add support for "quarantined" stock item status
This commit is contained in:
parent
9a5cf59efb
commit
aa4317a2fe
4 changed files with 16 additions and 3 deletions
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue