mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
I think this covers everything.
This commit is contained in:
@@ -96,7 +96,7 @@ class RecurringTransaction extends Ardent
|
||||
$start->addMonths($skip * 6);
|
||||
break;
|
||||
case 'yearly':
|
||||
$this->addYears($skip);
|
||||
$start->addYears($skip);
|
||||
break;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user