product name issue

This commit is contained in:
rahul shukla 2020-02-24 12:31:18 +05:30
parent ab956a2a79
commit e927ebd821
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ class ProductDataGrid extends DataGrid
if ($this->locale !== 'all') {
$queryBuilder->where('locale', $this->locale);
} else {
$queryBuilder->whereNotNull('product_flat.name');
}
if ($this->channel !== 'all') {