We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c67e677 commit eb11984Copy full SHA for eb11984
1 file changed
claimManagement/src/main/java/org/openimis/imisclaims/usecase/FetchInsureeInquire.java
@@ -114,7 +114,7 @@ private Policy.Status intAsStatus(@Nullable Integer integer) {
114
return Policy.Status.EXPIRED;
115
}
116
switch (integer) {
117
- case 1: return Policy.Status.IDLE;
+ case 1: return Policy.Status.INACTIF;
118
case 2: return Policy.Status.ACTIVE;
119
case 4: return Policy.Status.SUSPENDED;
120
//case 8: return Policy.Status.EXPIRED; <-- Same as default
0 commit comments