flyhi serial no removed : ps
This commit is contained in:
parent
38474870aa
commit
74ba7ffb05
@ -345,11 +345,9 @@ class Flyhi_Controller extends REST_Controller {
|
||||
}
|
||||
$count = $this->Flyhi_Model->selectCustomRecords(array('count(*) as count'),array('lender_id' => $lender_id,'isactive' => 1),SALES_PD_DATA);
|
||||
$lender_short_name = $this->Flyhi_Model->selectCustomRecords(array('short_name'),array('entity_id' => $lender_id),ENTITY);
|
||||
$flyhipd_serial_no = $lender_short_name[0]['short_name'].'-'.(++$count[0]['count']);
|
||||
$FLYHI_PD['applicant_name'] = $applicant_name;
|
||||
$FLYHI_PD['applicant_id'] = $applicant_id;
|
||||
$FLYHI_PD['city_id']=$city;
|
||||
$FLYHI_PD['sales_pd_sno'] = $flyhipd_serial_no;
|
||||
$FLYHI_PD['loan_amount'] = $loan_amount;
|
||||
$FLYHI_PD['lender_sales_person'] = $lender_sales_person ;
|
||||
$FLYHI_PD['lender_credit_person'] = $lender_credit_person ;
|
||||
@ -1329,7 +1327,6 @@ class Flyhi_Controller extends REST_Controller {
|
||||
|
||||
$FLYHI_PD['applicant_id'] = $applicant_id;
|
||||
$FLYHI_PD['city_id']=$city;
|
||||
$FLYHI_PD['sales_pd_sno'] = $flyhipd_serial_no;
|
||||
$FLYHI_PD['loan_amount'] = $loan_amount;
|
||||
$FLYHI_PD['lender_sales_person'] = $lender_sales_person ;
|
||||
$FLYHI_PD['lender_credit_person'] = $lender_credit_person ;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user