Skip to content

Commit 9fddfec

Browse files
committed
chore(update): xxx - fix dashboard
1 parent 090b2a5 commit 9fddfec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/modules/page/dashboard/core/dashboard.assembler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export class DashboardAssembler {
3838

3939
// calculated
4040
totalOwnParts: dashboard.asBuiltOwnParts + dashboard.asPlannedOwnParts,
41-
totalOtherParts: dashboard.asBuiltSupplierParts + dashboard.asBuiltCustomerParts + dashboard.asPlannedSupplierParts + dashboard.asPlannedSupplierParts,
41+
totalOtherParts: dashboard.asBuiltSupplierParts + dashboard.asBuiltCustomerParts + dashboard.asPlannedSupplierParts,
4242
ownOpenInvestigationsReceived: dashboard.myPartsWithOpenInvestigations,
4343
ownOpenInvestigationsCreated: dashboard.supplierPartsWithOpenInvestigations + dashboard.customerPartsWithOpenInvestigations,
4444
ownOpenAlertsReceived: dashboard.supplierPartsWithOpenAlerts + dashboard.customerPartsWithOpenAlerts,

0 commit comments

Comments
 (0)