Skip to content

Commit

Permalink
MUWM-5350
Browse files Browse the repository at this point in the history
  • Loading branch information
fanglinfang committed Jul 21, 2024
1 parent f595d15 commit f57905c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myuw/dao/term.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ def get_current_summer_term(request):
or None if it is not a summer quarter
"""
if not is_in_summer_quarter(request):
return None
return "" # MUWM-5350
bterm_first_date = get_current_quarter(request).bterm_first_date
if get_comparison_date(request) >= bterm_first_date:
return "b-term"
Expand Down

0 comments on commit f57905c

Please sign in to comment.