@@ -3033,7 +3033,7 @@ class Specialstock extends Start_Controller {
$ktime = strtotime($ktime);
$jtime = strtotime($jtime);
$this->db->select('sku, DATE_FORMAT(enter, "%Y-%m-%d %H:00:00") as enter_date, COUNT(*) as count');
- $this->db->from('web_kucun');
+ $this->db->from('specialstock');
if($category)
{
$this->db->where('features like "%-'.$category.'-%"');