diff --git a/app/Views/cd_master_add_modal.php b/app/Views/cd_master_add_modal.php
index 738b9dcc..a7101a72 100644
--- a/app/Views/cd_master_add_modal.php
+++ b/app/Views/cd_master_add_modal.php
@@ -81,7 +81,7 @@
-
+
@@ -129,10 +129,10 @@
if(res.status == true){
toastr.warning(res.message, 'warning');
// $('#cd_ac_no').val('');
- $('#btnSubmit').prop('disabled',true);
+ $('#cd_master_btn_Submit').prop('disabled',true);
return;
}
- $('#btnSubmit').prop('disabled',false);
+ $('#cd_master_btn_Submit').prop('disabled',false);
},
error: function (xhr, status, error) {
console.error(xhr.responseText);
@@ -283,7 +283,7 @@
$('#opening_bal').val('');
// $('#CDMasterForm').attr('action', '');
$('#title').html('Add Opening Amount');
- $('#btnSubmit').html('Submit');
+ $('#cd_master_btn_Submit').html('Submit');
var myModal = new bootstrap.Modal(document.getElementById('con-close-modal'));
myModal.show();
diff --git a/app/Views/cd_master_list.php b/app/Views/cd_master_list.php
index 7a63844f..8e7bb060 100755
--- a/app/Views/cd_master_list.php
+++ b/app/Views/cd_master_list.php
@@ -288,7 +288,7 @@ table.dataTable thead th {
}else{
$('#opening_bal').prop("disabled", true)
}
- $('#btnSubmit').html('Update');
+ $('#cd_master_btn_Submit').html('Update');
},
error: function (xhr, status, error) {
diff --git a/app/Views/client_policy.php b/app/Views/client_policy.php
index e59e467d..3e5d15f0 100755
--- a/app/Views/client_policy.php
+++ b/app/Views/client_policy.php
@@ -147,6 +147,7 @@