diff --git a/app/Views/branch_list.php b/app/Views/branch_list.php index 5c851ae..fdfe382 100644 --- a/app/Views/branch_list.php +++ b/app/Views/branch_list.php @@ -154,7 +154,7 @@ -
Address Details
+
Address Details
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 @@
- Address Details + Address Details
@@ -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

-