mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-14 20:16:25 +00:00
Receive stock against purchase order line items
This commit is contained in:
parent
6ff99b15c3
commit
65180c7b2f
5 changed files with 100 additions and 9 deletions
|
|
@ -414,7 +414,7 @@ class _StockItemDisplayState extends RefreshableState<StockDetailWidget> {
|
|||
ListTile(
|
||||
title: Text(L10().quantity),
|
||||
leading: FaIcon(FontAwesomeIcons.cubes),
|
||||
trailing: Text("${item.quantityString}"),
|
||||
trailing: Text("${item.quantityString()}"),
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue