From f8127e82a13dd63725af472bd46a0906cb0d993b Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Thu, 9 Feb 2023 18:17:46 +0530 Subject: [PATCH] Reverted : ps --- api/application/controllers/Sales_PD_Controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/application/controllers/Sales_PD_Controller.php b/api/application/controllers/Sales_PD_Controller.php index d7201f6e..e09802df 100644 --- a/api/application/controllers/Sales_PD_Controller.php +++ b/api/application/controllers/Sales_PD_Controller.php @@ -1712,7 +1712,7 @@ public function filterSalesPDList_post() { } else if(!empty($form_value['question_key'])){ - $value['questions'][$form_key]['answer_value'] = ($fieldtype == 8 || $fieldtype == 4 || $fieldtype == 3) ? 0 : null; + $value['questions'][$form_key]['answer_value'] = ($fieldtype == 8 || $fieldtype == 4 || $fieldtype == 3 || $fieldtype == 2) ? 0 : null; } }