loadCreditPDTemplate fixes : ps
This commit is contained in:
parent
de3db7ccac
commit
f860cdd486
@ -10738,8 +10738,8 @@ public function getCompaniesListsFromGeneralFormRawJSON_post()
|
||||
|
||||
$where_condition_array = array('isactive' => 1);
|
||||
|
||||
if($this->post('fk_entity_id')){ $where_condition_array['fk_entity_id'] = $this->post('fk_entity_id'); }
|
||||
if($this->post('fk_product_id')){ $where_condition_array['fk_product_id'] = $this->post('fk_product_id'); }
|
||||
if($this->post('fk_entity_id')){ $where_condition_array['fk_entity_id'] = $this->post('fk_entity_id'); }else{ $where_condition_array['fk_entity_id'] = NULL; }
|
||||
if($this->post('fk_product_id')){ $where_condition_array['fk_product_id'] = $this->post('fk_product_id'); }else{ $where_condition_array['fk_product_id'] = NULL; }
|
||||
if($this->post('pd_form_id')){ $where_condition_array['pd_form_id'] = $this->post('pd_form_id'); }
|
||||
$fk_pd_id = $this->post('fk_pd_id');
|
||||
//print_r($where_condition_array);die();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user