mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-11 23:28:54 +00:00
🤖 Auto commit for release 'develop' on 2025-05-04
This commit is contained in:
@@ -104,7 +104,7 @@ class EditController extends Controller
|
||||
$repetition = $recurrence->recurrenceRepetitions()->first();
|
||||
$currentRepType = $repetition->repetition_type;
|
||||
if ('' !== $repetition->repetition_moment) {
|
||||
$currentRepType = sprintf('%s,%s', $currentRepType,$repetition->repetition_moment);
|
||||
$currentRepType = sprintf('%s,%s', $currentRepType, $repetition->repetition_moment);
|
||||
}
|
||||
|
||||
// put previous url in session if not redirect from store (not "return_to_edit").
|
||||
|
Reference in New Issue
Block a user