Merge pull request #3856 from vishal-webkul/issue-3852
Issue 3852 fixed
This commit is contained in:
commit
8ea800d40f
|
|
@ -74,7 +74,7 @@ class ProductDataGrid extends DataGrid
|
|||
DB::raw('SUM(DISTINCT ' . DB::getTablePrefix() . 'product_inventories.qty) as quantity')
|
||||
);
|
||||
|
||||
$queryBuilder->groupBy('product_flat.product_id', 'product_flat.locale', 'product_flat.channel');
|
||||
$queryBuilder->groupBy('product_flat.product_id', 'product_flat.channel');
|
||||
|
||||
$queryBuilder->whereIn('product_flat.locale', $whereInLocales);
|
||||
$queryBuilder->whereIn('product_flat.channel', $whereInChannels);
|
||||
|
|
|
|||
Loading…
Reference in New Issue