loadCreditPDTemplate fixes : ps

This commit is contained in:
Sanjeev 2021-07-05 20:23:56 +05:30
parent de3db7ccac
commit f860cdd486

View File

@ -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();