mirror of
				https://github.com/inventree/inventree-app.git
				synced 2025-10-31 13:25:40 +00:00 
			
		
		
		
	Update stock display to indicate allocations
This commit is contained in:
		| @@ -513,7 +513,7 @@ class _StockItemDisplayState extends RefreshableState<StockDetailWidget> { | ||||
|     } else { | ||||
|       tiles.add( | ||||
|           ListTile( | ||||
|             title: Text(L10().quantity), | ||||
|             title: item.allocated > 0 ? Text(L10().quantityAvailable) : Text(L10().quantity), | ||||
|             leading: FaIcon(FontAwesomeIcons.cubes), | ||||
|             trailing: Text("${item.quantityString()}"), | ||||
|           ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user