Department Issue fixed
This commit is contained in:
parent
2d2048addf
commit
9b7ec0d225
@ -6,7 +6,7 @@ class store_model extends CI_Model
|
||||
function viewStock()
|
||||
{
|
||||
|
||||
$this->db->select('st.*,MM.*');
|
||||
$this->db->select('st.*,st.Remarks as storeremarks,MM.*');
|
||||
$this->db->from('T_Store_Stockdetails st ');
|
||||
$this->db->join('T_MaterialMaster MM','st.MaterialCode=MM.MaterialCode');
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user