NBFC ( id to abbr) changes : ps

This commit is contained in:
Sanjeev 2021-03-11 12:59:23 +05:30
parent 4891658b60
commit 8eedb24e03

View File

@ -1535,7 +1535,8 @@ public function filterSalesPDList_post() {
// die();
//score card part
// print_r($view_data);
if($view_data['pd_master_details'][0]['fk_product_id'] == 25){
// 25 "product_abbr": "NBFC/MFI",
if($view_data['pd_master_details'][0]['product_abbr'] == "NBFC/MFI"){
$html_content = $this->load->view('smc_creditpd_reports/MWISE2',$view_data,true);
}else{
$html_content = $this->load->view('smc_creditpd_reports/MWISE',$view_data,true);