We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b68da8 commit 5564403Copy full SHA for 5564403
1 file changed
pearljam-domain-model/src/main/java/fr/insee/pearljam/domain/reporting/readmodel/AbstractDailyStats.java
@@ -89,7 +89,7 @@ public float getWasteRate() {
89
if (allocated == 0) {
90
return 0f;
91
}
92
- return (float) (refContactOutcomeCount + impContactOutcomeCount + npiClosingCauseCount) * 100 / allocated;
+ return (float) (refContactOutcomeCount + impContactOutcomeCount + npaClosingCauseCount) * 100 / allocated;
93
94
95
public float getOutOfScopeRate() {
0 commit comments