mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 19:01:58 +00:00
Fix #9835
This commit is contained in:
@@ -380,7 +380,7 @@ class CreateRecurringTransactions implements ShouldQueue
|
|||||||
}
|
}
|
||||||
|
|
||||||
$array = [
|
$array = [
|
||||||
'user' => $recurrence->user_id,
|
'user' => $recurrence->user,
|
||||||
'group_title' => $groupTitle,
|
'group_title' => $groupTitle,
|
||||||
'transactions' => $this->getTransactionData($recurrence, $repetition, $date),
|
'transactions' => $this->getTransactionData($recurrence, $repetition, $date),
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user