diff --git a/app/Views/other_policy_terms.php b/app/Views/other_policy_terms.php index 42eecad6..c65dd325 100755 --- a/app/Views/other_policy_terms.php +++ b/app/Views/other_policy_terms.php @@ -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');