From 4c728a5c73cd3bd1a0392ba7cedb638991e8dba9 Mon Sep 17 00:00:00 2001 From: gandhimathi Bharathirajan Date: Fri, 15 Sep 2017 15:00:46 +0530 Subject: [PATCH] Requistion issues fixed --- 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 59f24f73..7dd487e6 100755 --- a/application/models/requistion_model.php +++ b/application/models/requistion_model.php @@ -335,7 +335,7 @@ ifnull(Po.Quantity,0) as POQTY,sta.StatusName $query = $this->db->query($subQuery, array($ReqID)); */ - + $result = $this->db-> query("CALL P_GET_REQUISTITEMLIST('".$ReqID."')") or die(mysql_error()); $result ->next_result(); if($result->num_rows > 0)