mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-22 00:13:45 -05:00
enable include current month option for last month (#6577)
This commit is contained in:
@@ -38,10 +38,6 @@ const currentIntervalOptions = [
|
|||||||
description: t('Year to date'),
|
description: t('Year to date'),
|
||||||
disableInclude: true,
|
disableInclude: true,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
description: t('Last month'),
|
|
||||||
disableInclude: true,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
description: t('Last year'),
|
description: t('Last year'),
|
||||||
disableInclude: true,
|
disableInclude: true,
|
||||||
|
|||||||
6
upcoming-release-notes/6577.md
Normal file
6
upcoming-release-notes/6577.md
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
category: Bugfix
|
||||||
|
authors: [csenel]
|
||||||
|
---
|
||||||
|
|
||||||
|
Enable include current month option for last month
|
||||||
Reference in New Issue
Block a user