From 1cf493b638667fba6fb4d0db39372bd5e8323085 Mon Sep 17 00:00:00 2001 From: Srinivas-Saravanan Date: Thu, 29 May 2025 17:20:23 +0530 Subject: [PATCH] FIX_REPEATIVE_TERMS --- app/Views/other_policy_terms.php | 2 ++ 1 file changed, 2 insertions(+) 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');