mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 22:48:18 +00:00
Various extensions to recurring transactions.
This commit is contained in:
1
public/js/ff/recurring/create.js
vendored
1
public/js/ff/recurring/create.js
vendored
@@ -67,6 +67,7 @@ function showRepCalendar() {
|
||||
newEventsUri += '&end_date=' + $('#ffInput_repeat_until').val();
|
||||
newEventsUri += '&reps=' + $('#ffInput_repetitions').val();
|
||||
newEventsUri += '&first_date=' + $('#ffInput_first_date').val();
|
||||
newEventsUri += '&weekend=' + $('#ffInput_weekend').val();
|
||||
|
||||
// remove all event sources from calendar:
|
||||
calendar.fullCalendar('removeEventSources');
|
||||
|
Reference in New Issue
Block a user