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,
|
info: true,
|
||||||
notes: true,
|
notes: true,
|
||||||
|
orderItems: true,
|
||||||
|
shipments: true,
|
||||||
auditLogs: false,
|
auditLogs: false,
|
||||||
invoices: true,
|
invoices: true,
|
||||||
stockEvents: true
|
stockEvents: true
|
||||||
|
|||||||
@ -56,6 +56,8 @@ const SalesOrderInfo = () => {
|
|||||||
info: true,
|
info: true,
|
||||||
notes: true,
|
notes: true,
|
||||||
auditLogs: false,
|
auditLogs: false,
|
||||||
|
orderItems: true,
|
||||||
|
shipments: true,
|
||||||
invoices: true,
|
invoices: true,
|
||||||
stockEvents: true
|
stockEvents: true
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user