mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix factory and triggers.
This commit is contained in:
@@ -55,7 +55,7 @@ class ToAccountEnds extends AbstractTrigger implements TriggerInterface
|
||||
{
|
||||
$toAccountName = strtolower($journal->destination_account->name);
|
||||
$toAccountNameLength = strlen($toAccountName);
|
||||
$search = strtolower($this->trigger->trigger_value);
|
||||
$search = strtolower($this->triggerValue);
|
||||
$searchLength = strlen($search);
|
||||
|
||||
// if the string to search for is longer than the account name,
|
||||
|
Reference in New Issue
Block a user