File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
frontend/src/app/modules/page/dashboard/core Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments