Merge remote-tracking branch 'origin/master'

This commit is contained in:
Velz2020 2022-03-19 00:13:17 +05:30
commit fcbe085cf3

View File

@ -11007,7 +11007,7 @@ public function getCompaniesListsFromGeneralFormRawJSONV2_post()
if(isset($records['vendor_status']) && ($records['vendor_status'] == QC_COMPLETED)){
$fields_to_update['pd_status'] = COMPLETED; //Here vendor_status is (QC_COMPLETED) means i have to update the Normal Status as COMPLETED.
}
else{ $fields_to_update['vendor_status'] = $records['pd_status']; }
// else{ $fields_to_update['vendor_status'] = $records['pd_status']; }
}
if(!isset($records['complete_override_data']) && isset($records['is_smc_vendor']) && $records['is_smc_vendor'] == false)
{