ForgotPassword, Draft for other status issue fixed in PDF

This commit is contained in:
gandhimathi Bharathirajan 2017-08-17 11:58:47 +05:30
parent 868a2e06b0
commit 833a4905c5

View File

@ -59,7 +59,7 @@ ifnull(Po.Quantity,0) as POQTY,sta.StatusName
left join T_PurchaseOrder_Master POmast on POmast.PONO=Po.PONO
and Po.MaterialCode = Req.MaterialCode
join T_Status sta on sta.StatusCode = Req.Status
where Req.ReqNo = ? and POmast.Status=?';
where Req.ReqNo = ? and POmast.Status != ?';
$query = $this->db->query($subQuery, array($ReqNo,PO_AMENDED));