Merge pull request #3292 from jitendra-webkul/1.0

Issue #3289 fixed
This commit is contained in:
Jitendra Singh 2020-06-19 14:02:09 +05:30 committed by GitHub
commit ad51a0153d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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') {