mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-20 21:13:59 +00:00
fix duplicated listing section bug
This commit is contained in:
+1
-1
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user