We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65628af commit e36ea20Copy full SHA for e36ea20
1 file changed
helpers/project_helpers.rb
@@ -1372,7 +1372,7 @@ def project_budget_per_fyv2(projectId)
1372
1373
currentFinancialYear = financial_year
1374
1375
- range = if series.size < 7 then
+ range = if series.size < 900 then
1376
series
1377
# if the last item in the list is less than or equal to
1378
# the current financial year get the last 6
0 commit comments