Merge pull request #5814 from FaheemWebkul/DataGrid-Price-Sum-Issue
data grid sum Priceissue
This commit is contained in:
commit
b45b95a165
|
|
@ -208,6 +208,8 @@ trait ProvideCollection
|
|||
$this->resolve($collection, $columnName, $condition, $filterValue, 'whereDate');
|
||||
} else if ($columnType === 'boolean') {
|
||||
$this->resolve($collection, $columnName, $condition, $filterValue, 'where', 'resolveBooleanQuery');
|
||||
} else if ($columnType === 'price') {
|
||||
$this->resolve($collection, $columnName, $condition, $filterValue, 'having');
|
||||
} else {
|
||||
$this->resolve($collection, $columnName, $condition, $filterValue);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue