diff --git a/app/Http/Controllers/Dashboard/Product/Controller.php b/app/Http/Controllers/Dashboard/Product/Controller.php index fcfcd96..466e815 100755 --- a/app/Http/Controllers/Dashboard/Product/Controller.php +++ b/app/Http/Controllers/Dashboard/Product/Controller.php @@ -397,7 +397,7 @@ class Controller extends ExController $article_number = empty($request->get('article_number')) ? null : $request->get('article_number'); if ($category) { - $categoryFind = Category::withTrashed()->find($category); + $categoryFind = Category::find($category); if ($categoryFind) { list($categoryFind, $category_id) = $this->categoryQuery->getCategoriesAndCategoryMainId($categoryFind); } else {