mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Various updates [skip ci]
This commit is contained in:
@@ -101,7 +101,7 @@ class LimitRepetition extends Ardent
|
||||
return $this->startdate->format('Ymd') . '-5';
|
||||
break;
|
||||
case 'weekly':
|
||||
return $this->startdate->format('Ymd') . '4';
|
||||
return $this->startdate->format('Ymd') . '-4';
|
||||
break;
|
||||
case 'monthly':
|
||||
return $this->startdate->format('Ymd') . '-3';
|
||||
|
Reference in New Issue
Block a user