mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Add stock item counter to StockLocation display
This commit is contained in:
parent
4691dd3054
commit
b9719ea9eb
1 changed files with 1 additions and 0 deletions
|
|
@ -184,6 +184,7 @@ class _LocationDisplayState extends RefreshableState<LocationDisplayWidget> {
|
|||
ListTile(
|
||||
title: Text("${location!.name}"),
|
||||
subtitle: Text("${location!.description}"),
|
||||
trailing: Text("${location!.itemcount}"),
|
||||
),
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue