Skip to content

Commit

Permalink
#453 increasing the value of the CustomVariable year_semester_range t…
Browse files Browse the repository at this point in the history
…o increase to range of the selectable years in combos
  • Loading branch information
Carlos-Eduardo-Cabral-da-Cunha committed Mar 12, 2024
1 parent 50826e3 commit 76e562c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/custom_variable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def self.month_year_range

def self.year_semester_range
config = CustomVariable.find_by_variable(:year_semester_range)
self.parse_range(config, [5, 1, true])
self.parse_range(config, [20, 1, true])
end

def self.past_calendar_range
Expand Down

0 comments on commit 76e562c

Please sign in to comment.