mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +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
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue