mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 19:46:25 +00:00
Display line items in purchase order view
This commit is contained in:
parent
cca56299f8
commit
54d8c1759c
5 changed files with 109 additions and 12 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue