From 24c4d964eb12416afac98d0955d3ede9283c11c0 Mon Sep 17 00:00:00 2001 From: aadhavan valli Date: Sat, 20 Jul 2024 09:48:51 +0530 Subject: [PATCH] CHANGE_CLIENT_BRANCH_EDIT_VIEW : AADHAVAN --- app/Views/client_branch_list.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Views/client_branch_list.php b/app/Views/client_branch_list.php index b58f6b4..3608e59 100644 --- a/app/Views/client_branch_list.php +++ b/app/Views/client_branch_list.php @@ -410,6 +410,8 @@ $('#email').prop('required', false); $('#mobile_no').prop('required', false); }else{ + $('.branch_hide_edit').show(); + $('#individual').val(''); $('#branch_name').val(response.name); $('#gst_no').val(response.gst_no); $('#email').val(response.email);