Skip to content

Commit e102325

Browse files
Merge pull request #1317 from eclipse-tractusx/chore/xxx-fix-dashboard
chore(update): xxx - fix dashboard
2 parents 090b2a5 + 9fddfec commit e102325

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)