This commit is contained in:
hackerESQ
2025-08-19 21:34:35 -05:00
parent e1c8c2c515
commit 7e2bf3430e
2 changed files with 56 additions and 67 deletions
+1 -1
View File
@@ -402,7 +402,7 @@ class Holding extends Model
)
->leftJoinSub($dividends_sub, 'dividends_display',
function ($join) {
$join->on('holdings.symbol', '=', 'dividends_display.symbol');
$join->on('holdings.symbol', '=', 'dividends_display.symbol'); // todo: this isnt limiting to port ids
}
);