compnay name : ps
This commit is contained in:
parent
6a5e239209
commit
679d65bfcd
@ -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'] = "";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user