Skip to content

Commit a05348c

Browse files
authored
Merge pull request #210 from mngoe/OP-2519
fix edit insuree with policy
2 parents 6966127 + 7f9524b commit a05348c

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

app/src/main/assets/pages/Insuree.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,8 @@ $(document).ready(function () {
107107

108108
}
109109
var InsureeId = Android.SaveInsuree(jsonInsuree, FamilyId, 0, parseInt(ExceedThreshold), PolicyId);
110-
if (PolicyId > 0 && TotalIns >= MemberCount) {
111-
$("#divProgress").hide();
112-
} else {
113-
$("#divProgress").hide();
114-
window.open("FamilyAndInsurees.html?f=" + FamilyId, "_self");
115-
}
110+
$("#divProgress").hide();
111+
window.open("FamilyAndInsurees.html?f=" + FamilyId, "_self");
116112
}
117113
} else {
118114
$("#divProgress").hide();

0 commit comments

Comments
 (0)