2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-12 10:15:32 +00:00

Receive stock against purchase order line items

This commit is contained in:
Oliver
2021-10-03 01:33:16 +10:00
parent 6ff99b15c3
commit 65180c7b2f
5 changed files with 100 additions and 9 deletions

View File

@ -580,7 +580,10 @@ class _PaginatedStockListState extends State<PaginatedStockList> {
height: 40,
),
trailing: Text("${item.displayQuantity}",
style: TextStyle(fontWeight: FontWeight.bold),
style: TextStyle(
fontWeight: FontWeight.bold,
color: item.statusColor,
),
),
onTap: () {
_openItem(context, item.pk);