diff --git a/app/Views/cd_master_list.php b/app/Views/cd_master_list.php index 64dbaf47..7a63844f 100755 --- a/app/Views/cd_master_list.php +++ b/app/Views/cd_master_list.php @@ -280,8 +280,8 @@ table.dataTable thead th { $('#insurer_branch_id').val(res.data.insurer_id).change(); $('#insurer_branch_id').prop("disabled", true); $('#opening_date').val(res.data.opening_date); - $('#cd_ac_no').val(res.data.cd_ac_no); - //$('#cd_ac_no').prop("disabled", true); + $('#cd_ac_no_for_cd_master').val(res.data.cd_ac_no); + //$('#cd_ac_no_for_cd_master').prop("disabled", true); $('#opening_bal').val(res.data.opening_bal); if(res.cd_transaction_count <= 1){ $('#opening_bal').prop("disabled", false) diff --git a/app/Views/client_basic_info.php b/app/Views/client_basic_info.php index 2d3eb20d..335b55eb 100755 --- a/app/Views/client_basic_info.php +++ b/app/Views/client_basic_info.php @@ -113,7 +113,7 @@ input:checked + .slider:before { -->