Merge branch 'master' of bitbucket.org:venbaittech/sparqapi

This commit is contained in:
VE10-Sanjeev 2022-08-22 18:09:09 +05:30
commit 80e1a91aaa

View File

@ -439,7 +439,7 @@ class Data_Dump_Controller extends REST_Controller {
}
}
## Credit Managers Specific Queries
## Credit Managers Specific Queries
if($pd_id != ""){
if($addi_requirements != "" || $addi_requirements != null)
{
@ -914,6 +914,7 @@ class Data_Dump_Controller extends REST_Controller {
}
}
$updt_on_tgr['pd_status'] = ARCHIVED ;
$updt_tgr_where = array('pd_id' => $pdid,'pd_status' => QC_COMPLETED);
$trg_result = $this->PD_Model->updateRecords($updt_on_tgr,PDTRIGGER,$updt_tgr_where);
if($trg_result){ log_message('ERROR',"Trigger table updated pdid => ".$pdid." Updated successfully ");}