GET COMPANY LIST2

This commit is contained in:
velz 2019-01-02 19:50:19 +05:30
parent 5fe048a0e1
commit 3ac13b3cfc

View File

@ -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']);