compnay name : ps

This commit is contained in:
gandhimathi 2022-05-20 08:15:49 +00:00
parent 6a5e239209
commit 679d65bfcd

View File

@ -1808,7 +1808,7 @@ public function filterSalesPDList_post() {
if(!empty($filtered_arr)){
for($i=0;$i<count($filtered_arr);$i++){
$cur_section_data[$i]['borrower_type'] = $filtered_arr[$i]['applicant_type'] == 1 ? "Main Applicant" : "Company";
$cur_section_data[$i]['borrower_name'] = $filtered_arr[$i]['company_name'];
$cur_section_data[$i]['borrower_name'] = $filtered_arr[$i]['company_name'] == "" ? $filtered_arr[$i]['applicant_name'] : $filtered_arr[$i]['company_name'] ;
$cur_section_data[$i]['entity_type'] = "Non Individual";
$cur_section_data[$i]['designation'] = "";
$cur_section_data[$i]['relationship_to'] = "";