dont hide 0 qty holdings
This commit is contained in:
@@ -45,7 +45,7 @@ new class extends Component {
|
|||||||
return $query->whereRaw('transactions.symbol = holdings.symbol');
|
return $query->whereRaw('transactions.symbol = holdings.symbol');
|
||||||
}])
|
}])
|
||||||
->orderBy(...array_values($this->sortBy))
|
->orderBy(...array_values($this->sortBy))
|
||||||
->where('holdings.quantity', '>', 0)
|
// ->where('holdings.quantity', '>', 0)
|
||||||
->get();
|
->get();
|
||||||
|
|
||||||
return $holdings;
|
return $holdings;
|
||||||
|
|||||||
Reference in New Issue
Block a user