Skip to content

Commit a331010

Browse files
committed
Changed procurement score to SUM from AVERAGE
1 parent 007d2f1 commit a331010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scripts/releases/4.2/updateIPPRSScores.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var scores = [
3939
},
4040
"childAggregations": [{
4141
"property": "data.supplyChainPerformancePercentage",
42-
"type": "AVERAGE"
42+
"type": "SUM"
4343
}]
4444
},
4545
"description": "",

0 commit comments

Comments
 (0)