Auto commit for release 'develop' on 2024-10-07

This commit is contained in:
github-actions
2024-10-07 05:13:20 +02:00
parent d03960e379
commit da0b41e45c
8 changed files with 643 additions and 651 deletions

View File

@@ -363,7 +363,7 @@ class CreateRecurringTransactions implements ShouldQueue
$count = $recurrence->recurrenceTransactions->count();
// #8844, if there is one recurrence transaction, use the first title as the title.
// #9305, if there is one recurrence transaction, group title must be NULL.
$groupTitle = null;
$groupTitle = null;
// #8844, if there are more, use the recurrence transaction itself.
if ($count > 1) {