From d22d2d192e594ceff17860cf13ce5a51ea4c1849 Mon Sep 17 00:00:00 2001 From: "venkatesh.r" Date: Wed, 6 Aug 2025 10:53:11 +0530 Subject: [PATCH] FIX_CD_AC_NO : RV --- app/Views/cd_master_list.php | 4 ++-- app/Views/client_basic_info.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 { -->
- +