stock
This commit is contained in:
parent
1225000b73
commit
161df5fd1f
@ -727,7 +727,7 @@ and MaterialCode=? and SupplierID=? ),0) as ReduceQty from T_Material_stock_hist
|
||||
and CreatedOn >= ? and CreatedOn<=? and SupplierID=? group by Addqty';
|
||||
|
||||
$query = $this->db->query($subQuery,array($MaterialCode,$Supplier,$MaterialCode,$Supplier,$MaterialCode,$startdate,$newdate,$Supplier));
|
||||
print_r($this->db->last_query());
|
||||
//print_r($this->db->last_query());
|
||||
return $query->result_array();
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user