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:
@ -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,
|
||||
|
Reference in New Issue
Block a user