From d6e2dcd62adcd5849a1afeb693b9b5c051eb1eea Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Wed, 17 May 2023 13:47:17 +0530 Subject: [PATCH] again committed : ps --- api/application/models/PD_Model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/application/models/PD_Model.php b/api/application/models/PD_Model.php index 501d5980..ca79e1cc 100644 --- a/api/application/models/PD_Model.php +++ b/api/application/models/PD_Model.php @@ -355,7 +355,7 @@ class PD_Model extends SPARQ_Model { { $current_smc_lender_id = ENVIRONMENT == 'production' ? 7 : 35; //pk id of SMC in live and demo $this->db->WHERE('PDTRIGGER.fk_lender_id',$current_smc_lender_id); - $this->db->WHERE('PDTRIGGER.pd_status',ARCHIVED); + $this->db->WHERE('PDTRIGGER.pd_status !=',ARCHIVED); } $this->db->ORDER_BY('PDTRIGGER.pd_id','DESC');