From 9a4adc50ab6049691a6d2c7ee4c9ac5853bb7496 Mon Sep 17 00:00:00 2001 From: Pranshu Tomar Date: Fri, 19 Jun 2020 14:01:22 +0530 Subject: [PATCH] Issue #3289 fixed --- packages/Webkul/Admin/src/DataGrids/ProductDataGrid.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/Webkul/Admin/src/DataGrids/ProductDataGrid.php b/packages/Webkul/Admin/src/DataGrids/ProductDataGrid.php index d172ce65b..434020623 100644 --- a/packages/Webkul/Admin/src/DataGrids/ProductDataGrid.php +++ b/packages/Webkul/Admin/src/DataGrids/ProductDataGrid.php @@ -45,8 +45,6 @@ class ProductDataGrid extends DataGrid if ($this->locale !== 'all') { $queryBuilder->where('locale', $this->locale); - } else { - $queryBuilder->whereNotNull('product_flat.name'); } if ($this->channel !== 'all') {