FIX_REPEATIVE_TERMS

This commit is contained in:
Srinivas-Saravanan 2025-05-29 17:20:23 +05:30
parent 5cb8093eb7
commit 1cf493b638

View File

@ -230,6 +230,8 @@ $("#otherPolicyTerms").submit(function(event) {
var policy_type_id = "";
$('body').on('click', '.btnPolicyMaster', function() {
$("#append_html_for_other_policy_terms").empty();
var client_policy_id = $(this).data('id');
policy_type_id = $(this).data('typeid');