We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65628af + e36ea20 commit 0e9e891Copy full SHA for 0e9e891
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