Skip to content

Commit 3a14494

Browse files
committed
fix edit insuree with policy
1 parent 274798f commit 3a14494

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ $(document).ready(function () {
109109
var InsureeId = Android.SaveInsuree(jsonInsuree, FamilyId, 0, parseInt(ExceedThreshold), PolicyId);
110110
if (PolicyId > 0 && TotalIns >= MemberCount) {
111111
$("#divProgress").hide();
112+
window.open("FamilyAndInsurees.html?f=" + FamilyId, "_self");
112113
} else {
113114
$("#divProgress").hide();
114115
window.open("FamilyAndInsurees.html?f=" + FamilyId, "_self");

0 commit comments

Comments
 (0)