mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 07:34:43 +00:00
Various includes fixed, optimize account deletion.
This commit is contained in:
@@ -199,7 +199,7 @@ trait ModelInformation
|
||||
++$index;
|
||||
|
||||
// amount_exactly:
|
||||
$journalTriggers[$index] = 'amount_exactly';
|
||||
$journalTriggers[$index] = 'amount_is';
|
||||
$values[$index] = $destination->amount;
|
||||
++$index;
|
||||
|
||||
@@ -244,7 +244,7 @@ trait ModelInformation
|
||||
// notes (if)
|
||||
$notes = $journal->notes()->first();
|
||||
if (null !== $notes) {
|
||||
$journalTriggers[$index] = 'notes_are';
|
||||
$journalTriggers[$index] = 'notes_is';
|
||||
$values[$index] = $notes->text;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user