2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-13 10:45:29 +00:00

Display number of line items in each order

This commit is contained in:
Oliver
2021-09-28 00:17:54 +10:00
parent 4cae087032
commit 1cc5d1ffe6
3 changed files with 17 additions and 2 deletions

View File

@ -164,6 +164,7 @@ class _PaginatedPurchaseOrderListState extends State<_PaginatedPurchaseOrderList
width: 40,
height: 40,
),
trailing: Text("${order.lineItems}"),
onTap: () async {
// TODO - Display purchase order information
},