Skip to content

Commit

Permalink
Update update_opportunities.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvolo committed Oct 23, 2024
1 parent 394b93c commit 3121e2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions salesforce/management/commands/update_opportunities.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ def handle(self, *args, **options):
base_year = now.year
if now.month < 7: # if it's before July, the base year is the previous year (4/1/2024 = base_year 2023)
base_year -= 2
else:
base_year -= 1

# TODO: I don't think this is needed - updating the records should be fine, and keeps something on the form
# TODO: for the user. Eventually, this should update CMS DB with updated data if they fill out the form
Expand Down

0 comments on commit 3121e2d

Please sign in to comment.