mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
New tests
This commit is contained in:
@@ -43,6 +43,7 @@ class Navigation
|
||||
'1M' => 'addMonths', 'month' => 'addMonths', 'monthly' => 'addMonths', '3M' => 'addMonths',
|
||||
'quarter' => 'addMonths', 'quarterly' => 'addMonths', '6M' => 'addMonths', 'half-year' => 'addMonths',
|
||||
'year' => 'addYears', 'yearly' => 'addYears', '1Y' => 'addYears',
|
||||
'custom' => 'addMonths', // custom? just add one month.
|
||||
];
|
||||
$modifierMap = [
|
||||
'quarter' => 3,
|
||||
|
Reference in New Issue
Block a user