mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Display number of line items in each order
This commit is contained in:
parent
4cae087032
commit
1cc5d1ffe6
3 changed files with 17 additions and 2 deletions
|
|
@ -164,6 +164,7 @@ class _PaginatedPurchaseOrderListState extends State<_PaginatedPurchaseOrderList
|
|||
width: 40,
|
||||
height: 40,
|
||||
),
|
||||
trailing: Text("${order.lineItems}"),
|
||||
onTap: () async {
|
||||
// TODO - Display purchase order information
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue