GET COMPANY LIST2
This commit is contained in:
parent
5fe048a0e1
commit
3ac13b3cfc
@ -2042,10 +2042,10 @@ class PD_Controller extends REST_Controller {
|
||||
$id = $this->PD_Model->updateRecords($fields,PDFORMDETAILSJSON,$where_condition_array);
|
||||
|
||||
//Save Any New Applicants Details From General Form
|
||||
if($records['formid'] == 18)
|
||||
{
|
||||
$this->saveCoApplicantsFromGeneralInfoForm($records);
|
||||
}
|
||||
// if($records['formid'] == 18)
|
||||
// {
|
||||
// $this->saveCoApplicantsFromGeneralInfoForm($records);
|
||||
// }
|
||||
unset($records['pdid']);
|
||||
unset($records['formid']);
|
||||
unset($records['fk_createdby']);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user