mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-13 10:45:29 +00:00
Receive stock against purchase order line items
This commit is contained in:
@ -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()}"),
|
||||
)
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user