break Missing Live fixes : ps

This commit is contained in:
VE10-Sanjeev 2023-03-04 15:47:35 +05:30
parent ecad06707c
commit d78864164b

View File

@ -2724,6 +2724,7 @@ class PD_Controller extends REST_Controller
$processed_json = GETPROCESSEDJSON::convertCreditManagerQueriesForm($records, $formid); $processed_json = GETPROCESSEDJSON::convertCreditManagerQueriesForm($records, $formid);
$records['docs_to_be_sighted'] = isset($processed_json['docs_to_be_sighted']) ? $processed_json['docs_to_be_sighted'] : null; $records['docs_to_be_sighted'] = isset($processed_json['docs_to_be_sighted']) ? $processed_json['docs_to_be_sighted'] : null;
unset($processed_json['docs_to_be_sighted']); unset($processed_json['docs_to_be_sighted']);
break;
case 27: case 27:
$processed_json = GETPROCESSEDJSON::convertFIGeneralDetailsForm($records, $formid); $processed_json = GETPROCESSEDJSON::convertFIGeneralDetailsForm($records, $formid);
@ -4761,6 +4762,7 @@ class PD_Controller extends REST_Controller
$t = $this->load->view('report_templates/JSONTOREPORT_FI_RV', $data, true); $t = $this->load->view('report_templates/JSONTOREPORT_FI_RV', $data, true);
} }
} }
// echo $t;die();
// } // }
// else // else
// { // {