diff --git a/api/application/models/PD_Model.php b/api/application/models/PD_Model.php index b6ea3f34..501d5980 100644 --- a/api/application/models/PD_Model.php +++ b/api/application/models/PD_Model.php @@ -355,6 +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->ORDER_BY('PDTRIGGER.pd_id','DESC');