From d3d59df2499dc023100fe9da227dea52036fc4fd Mon Sep 17 00:00:00 2001 From: VE10-Sanjeev Date: Thu, 15 Jun 2023 13:25:08 +0530 Subject: [PATCH] getApproverRequistList order by added : ps --- application/models/requistion_model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/models/requistion_model.php b/application/models/requistion_model.php index ace98b84..4d91722f 100644 --- a/application/models/requistion_model.php +++ b/application/models/requistion_model.php @@ -539,7 +539,7 @@ ifnull(Po.Quantity,0) as POQTY,sta.StatusName $query = $this->db->query($subQuery, array(REQ_DRAFT,REQ_DELETED,REQ_REJECTED,$UserID)); } - print_r($this->db->last_query());die(); + // print_r($this->db->last_query());die(); return $query->result(); }