mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-22 12:11:19 +00:00
Pass on the journal and update rules.
This commit is contained in:
@@ -74,8 +74,7 @@ class PiggyBankEventFactory
|
||||
|
||||
return;
|
||||
}
|
||||
// amount can be negative.
|
||||
|
||||
$piggyRepos->addAmountToRepetition($repetition, $amount);
|
||||
// amount can be negative here
|
||||
$piggyRepos->addAmountToRepetition($repetition, $amount, $journal);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user