mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
More moving stuff around.
This commit is contained in:
@@ -59,8 +59,8 @@ final class ToAccountIs extends AbstractTrigger implements TriggerInterface
|
||||
foreach (TransactionJournal::destinationAccountList($journal) as $account) {
|
||||
$toAccountName .= strtolower($account->name);
|
||||
}
|
||||
|
||||
$search = strtolower($this->triggerValue);
|
||||
|
||||
$search = strtolower($this->triggerValue);
|
||||
|
||||
if ($toAccountName == $search) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user