Skip to content

Commit 0e9e891

Browse files
authored
Merge pull request #613 from DFID/proj-bargraph-remove-year-limit
increased limit of the bar graph years
2 parents 65628af + e36ea20 commit 0e9e891

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

helpers/project_helpers.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1372,7 +1372,7 @@ def project_budget_per_fyv2(projectId)
13721372

13731373
currentFinancialYear = financial_year
13741374

1375-
range = if series.size < 7 then
1375+
range = if series.size < 900 then
13761376
series
13771377
# if the last item in the list is less than or equal to
13781378
# the current financial year get the last 6

0 commit comments

Comments
 (0)