IMG UPLOAD DISABLED IN MANUAL UPLOAD: Velz
This commit is contained in:
parent
1e442fc49b
commit
5d7a16a2b0
@ -333,7 +333,7 @@ class Sales_PD_Controller extends REST_Controller {
|
||||
$where_arr = array('SALES_PD_DATA.is_the_data_transfer_cet'=>0,'SALES_PD_DATA.status' => COMPLETED,'SALES_PD_DATA.sales_pd_id'=>$sales_pd_id);
|
||||
$details = $this->Sales_PD_Model->selectCustomRecords($columns, $where_arr, $table);
|
||||
if(!empty($details)){
|
||||
$response = $this->dataSynchronization($sales_pd_id,1);
|
||||
$response = $this->dataSynchronization($sales_pd_id,0);
|
||||
$data['CETresponse'] = $response;
|
||||
if(isset($response->status) && ($response->status == 200)){
|
||||
log_message('ERROR', '#### Sales PD ('.$sales_pd_id.') status '.$response->status." Data Transfered");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user