materialcode list
This commit is contained in:
parent
87c3e1341a
commit
e17cd072fc
@ -196,7 +196,7 @@ ifnull(Po.Quantity,0) as POQTY,sta.StatusName
|
|||||||
{
|
{
|
||||||
$this->db->select('MaterialName,UOM');
|
$this->db->select('MaterialName,UOM');
|
||||||
$this->db->from('T_MaterialMaster');
|
$this->db->from('T_MaterialMaster');
|
||||||
$this->db->where('MaterialCode',$MaterialCode );
|
//$this->db->where('MaterialCode',$MaterialCode );
|
||||||
$query = $this->db->get();
|
$query = $this->db->get();
|
||||||
|
|
||||||
return $query->result_array();
|
return $query->result_array();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user