This commit is contained in:
venbatechnologies@gmail.com 2018-11-09 13:45:30 +05:30
parent 1225000b73
commit 161df5fd1f

View File

@ -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();