Skip to content

Commit

Permalink
chore(update): xxx - fix dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-mwesener committed Jul 26, 2024
1 parent 090b2a5 commit 9fddfec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class DashboardAssembler {

// calculated
totalOwnParts: dashboard.asBuiltOwnParts + dashboard.asPlannedOwnParts,
totalOtherParts: dashboard.asBuiltSupplierParts + dashboard.asBuiltCustomerParts + dashboard.asPlannedSupplierParts + dashboard.asPlannedSupplierParts,
totalOtherParts: dashboard.asBuiltSupplierParts + dashboard.asBuiltCustomerParts + dashboard.asPlannedSupplierParts,
ownOpenInvestigationsReceived: dashboard.myPartsWithOpenInvestigations,
ownOpenInvestigationsCreated: dashboard.supplierPartsWithOpenInvestigations + dashboard.customerPartsWithOpenInvestigations,
ownOpenAlertsReceived: dashboard.supplierPartsWithOpenAlerts + dashboard.customerPartsWithOpenAlerts,
Expand Down

0 comments on commit 9fddfec

Please sign in to comment.