mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-05-04 05:06:37 +00:00
Lots of todo's [skip ci]
This commit is contained in:
@@ -53,7 +53,7 @@ final class FromAccountEnds extends AbstractTrigger implements TriggerInterface
|
||||
*/
|
||||
public function triggered(TransactionJournal $journal)
|
||||
{
|
||||
$name = strtolower($journal->source_account->name);
|
||||
$name = strtolower($journal->source_account->name);// TODO TransactionJournal cannot deliver "source_account"
|
||||
$nameLength = strlen($name);
|
||||
$search = strtolower($this->triggerValue);
|
||||
$searchLength = strlen($search);
|
||||
|
||||
Reference in New Issue
Block a user