mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Expand support for weekend and add some logging.
This commit is contained in:
@@ -56,6 +56,7 @@ trait RecurringTransactionTrait
|
||||
'repetition_type' => $array['type'],
|
||||
'repetition_moment' => $array['moment'],
|
||||
'repetition_skip' => $array['skip'],
|
||||
'weekend' => $array['weekend'] ?? 1,
|
||||
]
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user