We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 274798f commit 3a14494Copy full SHA for 3a14494
1 file changed
app/src/main/assets/pages/Insuree.js
@@ -109,6 +109,7 @@ $(document).ready(function () {
109
var InsureeId = Android.SaveInsuree(jsonInsuree, FamilyId, 0, parseInt(ExceedThreshold), PolicyId);
110
if (PolicyId > 0 && TotalIns >= MemberCount) {
111
$("#divProgress").hide();
112
+ window.open("FamilyAndInsurees.html?f=" + FamilyId, "_self");
113
} else {
114
115
window.open("FamilyAndInsurees.html?f=" + FamilyId, "_self");
0 commit comments