Requistion issues fixed

This commit is contained in:
gandhimathi Bharathirajan 2017-09-15 15:00:46 +05:30
parent ef90a84094
commit 4c728a5c73

View File

@ -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)