getApproverRequistList order by added : ps

This commit is contained in:
VE10-Sanjeev 2023-06-15 13:25:08 +05:30
parent e5bdea36b2
commit d3d59df249

View File

@ -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)); $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(); return $query->result();
} }