NEW FORM NUMBER CHNAGED

This commit is contained in:
Lalitha.K 2019-06-15 18:14:23 +05:30
parent 1cbd72b193
commit 49c9d339b9

View File

@ -388,7 +388,7 @@ class PD_Controller extends REST_Controller {
}
}
}
die();
/***********************PD ALLOCATION TYPE PROCESS **********/
// $pd_details['pd_status'] = TRIGGERED;
@ -5325,7 +5325,7 @@ class PD_Controller extends REST_Controller {
}
if(!strcasecmp($lender_short_name, 'CLIX')){$form_array[] = array('form_id' => 22,'form_name' => 'Future Plans & Business Environments');}
if(!strcasecmp($lender_short_name, 'CLIX')){$form_array[] = array('form_id' => 23,'form_name' => 'Future Plans & Business Environments');}
//print_r($form_array);//die();
foreach($company_list as $list_key => $company)
@ -5361,7 +5361,7 @@ class PD_Controller extends REST_Controller {
if($template_forms_count[0]['count'] != 0) {
if($form['form_id'] == 13 )
if($form['form_id'] == 13 || $form['form_id'] == 22)
{
$temp[] = array('form_id' => $form['form_id'],'form_name'=> $form['form_name'],'isAnswered' => true,'isAnswerable'=>true);
@ -5387,7 +5387,7 @@ class PD_Controller extends REST_Controller {
$client_form_status = 1;
}
if($form['form_id'] == 11 || $form['form_id'] == 22)
if($form['form_id'] == 11 || $form['form_id'] == 23)
{
//echo "COUNT YES STOCK"
if($client_form_status == 1 && $supplier_form_status == 1)
@ -5420,7 +5420,7 @@ class PD_Controller extends REST_Controller {
else{
if($business_form_status == 1){
if($form['form_id'] == 11)
if($form['form_id'] == 11 || $form['form_id'] == 23)
{
//echo "BUSISTOCk";
if($client_form_status == 1 && $supplier_form_status == 1)