Add orderItems and shipments properties to PurchaseOrderInfo and SalesOrderInfo components for enhanced data display in the dashboard.

This commit is contained in:
Tom Butcher 2026-07-05 01:37:29 +01:00
parent b2cb143f39
commit 17c8f42493
2 changed files with 4 additions and 0 deletions

View File

@ -58,6 +58,8 @@ const PurchaseOrderInfo = () => {
{
info: true,
notes: true,
orderItems: true,
shipments: true,
auditLogs: false,
invoices: true,
stockEvents: true

View File

@ -56,6 +56,8 @@ const SalesOrderInfo = () => {
info: true,
notes: true,
auditLogs: false,
orderItems: true,
shipments: true,
invoices: true,
stockEvents: true
}