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:
@ -164,6 +164,7 @@ class _PaginatedPurchaseOrderListState extends State<_PaginatedPurchaseOrderList
|
||||
width: 40,
|
||||
height: 40,
|
||||
),
|
||||
trailing: Text("${order.lineItems}"),
|
||||
onTap: () async {
|
||||
// TODO - Display purchase order information
|
||||
},
|
||||
|
Reference in New Issue
Block a user