mirror of
https://github.com/inventree/inventree-app.git
synced 2025-04-28 13:36:50 +00:00
Add stock item counter to StockLocation display
This commit is contained in:
parent
4691dd3054
commit
b9719ea9eb
@ -184,6 +184,7 @@ class _LocationDisplayState extends RefreshableState<LocationDisplayWidget> {
|
|||||||
ListTile(
|
ListTile(
|
||||||
title: Text("${location!.name}"),
|
title: Text("${location!.name}"),
|
||||||
subtitle: Text("${location!.description}"),
|
subtitle: Text("${location!.description}"),
|
||||||
|
trailing: Text("${location!.itemcount}"),
|
||||||
),
|
),
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user