ForgotPassword, Draft for other status issue fixed in PDF
This commit is contained in:
parent
868a2e06b0
commit
833a4905c5
@ -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));
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user