Add orderItems and shipments properties to PurchaseOrderInfo and SalesOrderInfo components for enhanced data display in the dashboard.
This commit is contained in:
parent
b2cb143f39
commit
17c8f42493
@ -58,6 +58,8 @@ const PurchaseOrderInfo = () => {
|
||||
{
|
||||
info: true,
|
||||
notes: true,
|
||||
orderItems: true,
|
||||
shipments: true,
|
||||
auditLogs: false,
|
||||
invoices: true,
|
||||
stockEvents: true
|
||||
|
||||
@ -56,6 +56,8 @@ const SalesOrderInfo = () => {
|
||||
info: true,
|
||||
notes: true,
|
||||
auditLogs: false,
|
||||
orderItems: true,
|
||||
shipments: true,
|
||||
invoices: true,
|
||||
stockEvents: true
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user