From 1713e729121590c5faac0af602bbd87c5f88e5dd Mon Sep 17 00:00:00 2001 From: vadivelJ96 Date: Fri, 10 Oct 2025 12:28:46 +0530 Subject: [PATCH] CHANGE_UI_FIX - VADIVEL J 2025-10-10 --- app/Views/client_branch.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/Views/client_branch.php b/app/Views/client_branch.php index a6419b7..882a7f1 100755 --- a/app/Views/client_branch.php +++ b/app/Views/client_branch.php @@ -314,6 +314,7 @@ $('#btnBranchAdd').click(function() { $('#branch_form')[0].reset(); $('#branch_form').parsley().reset(); $('.ac').css('display', 'block'); + $('#post_branch_id').val(''); contactCount = 1 var addButton = document.getElementById('add'); @@ -401,10 +402,6 @@ $("#branch_form").submit(function(event) { $('.loader').fadeIn(); $('.loader-mask').fadeIn(); - if (branch_PrimaryKey == '') { - $('#branch_form input[name="pre_branch_id"]').val(''); - } - var formData = new FormData($('#branch_form')[0]);