diff --git a/app/Views/client_list.php b/app/Views/client_list.php
index aa324c3..c656a3a 100644
--- a/app/Views/client_list.php
+++ b/app/Views/client_list.php
@@ -193,7 +193,7 @@
@@ -324,6 +324,11 @@
})
$('#add_client_button').click(function (params) {
+ $('.create_client').show();
+ $('.client_address_area').show();
+ $('.client_notification_area').show();
+
+ $('#individual_client').attr('disabled',false);
$('#name').val('');
$('#pan_no').val('');
diff --git a/app/Views/edit_shared_doc.php b/app/Views/edit_shared_doc.php
index 4122a7f..ba356e9 100644
--- a/app/Views/edit_shared_doc.php
+++ b/app/Views/edit_shared_doc.php
@@ -32,7 +32,7 @@
Edit Document
-