mrir screen details
This commit is contained in:
parent
d501aa6ed2
commit
4c40427676
@ -245,8 +245,8 @@ TMD.QuantityRejected,ST.StatusName,TMD.Remarks,AdvanceAmount ');
|
||||
$this->db->join ('T_PurchaseOrder_LineItem POLT','IGRM.PONO=POLT.PONO and POLT.MaterialCode=TMD.MaterialCode');
|
||||
$this->db->join ('T_IGR_Details IGRD','IGRD.IGRNO= IGRM.IGRNO and IGRD.MaterialCode=TMD.MaterialCode');
|
||||
$this->db->join ('T_SupplierDetailsN SUPP','POMR.SupplierID=SUPP.SupplierID');
|
||||
$this->db->join ('tbl_users user','user.userid=TMD.StoreInchargeID');
|
||||
$this->db->join ('T_Employee_Details ED','ED.EmpID = user.EmpID');
|
||||
$this->db->join ('tbl_users user','user.userid=TMD.StoreInchargeID','left');
|
||||
$this->db->join ('T_Employee_Details ED','ED.EmpID = user.EmpID','left');
|
||||
$this->db->where('TMD.MRIRNO',$mrir);
|
||||
//$this->db->order_by('TMD.MRIRNO','asc');
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user