mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Fixes for stock adjustment
This commit is contained in:
parent
b8c535560d
commit
27a6025c32
3 changed files with 7 additions and 2 deletions
|
|
@ -529,6 +529,7 @@ class _StockItemDisplayState extends RefreshableState<StockDetailWidget> {
|
|||
title: Text(I18N.of(context).countStock),
|
||||
leading: FaIcon(FontAwesomeIcons.checkCircle),
|
||||
onTap: _countStockDialog,
|
||||
trailing: Text(item.quantityString),
|
||||
)
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue