fix duplicated listing section bug

This commit is contained in:
Omair Saleh
2023-04-18 17:23:27 +08:00
parent b94d50325c
commit 83e883abb9
@@ -32,7 +32,7 @@ class CreateBankStatementTransactionOwnersProcessor
// })->get();
$transactions = StatementTransaction::whereDoesntHave('owners')->where('amount', '<', 0)->get();
dd($transactions);
foreach ($transactions as $transaction) {
if($transaction->amount > 0){