PD_Controller.php edited online with Bitbucket

This commit is contained in:
gandhimathi 2022-09-23 12:19:33 +00:00
parent b1af7013ec
commit aa4cf527f6

View File

@ -9683,7 +9683,7 @@ class PD_Controller extends REST_Controller
if(isset($records['random_string'])){
$random_string = $records['random_string'];
}else{
$random_string = $this->PD_Model->selectCustomRecords(array('random_string'),array('pd_id' => $pd_details['pd_id']),PDTRIGGER);
$random_string = $this->PD_Model->selectCustomRecords(array('random_string'),array('pd_id' => $records['pd_id']),PDTRIGGER);
$random_string = $random_string[0]['random_string'];}
$ZIP = smc_creditpd::covertSMCImgs2ZIP($records['pd_id'],$random_string,array(),0);