2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-14 11:15:26 +00:00

Display line items in purchase order view

This commit is contained in:
Oliver
2021-09-28 11:43:56 +10:00
parent cca56299f8
commit 54d8c1759c
5 changed files with 109 additions and 12 deletions

View File

@ -166,7 +166,7 @@ class _PaginatedPurchaseOrderListState extends State<_PaginatedPurchaseOrderList
width: 40,
height: 40,
),
trailing: Text("${order.lineItems}"),
trailing: Text("${order.lineItemCount}"),
onTap: () async {
Navigator.push(
context,