Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
fcbe085cf3
@ -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)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user