mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
More rule possibilities
This commit is contained in:
@@ -291,7 +291,7 @@ class TransactionJournal extends Model
|
||||
public function getDestinationAccountAttribute()
|
||||
{
|
||||
$account = $this->transactions()->where('amount', '>', 0)->first()->account;
|
||||
|
||||
|
||||
return $account;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user