Skip to content

Commit edfc56f

Browse files
tobiascadeeCopilot
andauthored
Update webapp/ordering/core.py
Co-authored-by: Copilot <[email protected]>
1 parent a907b0a commit edfc56f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/ordering/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def get_last_day_of_next_quarter():
226226
"""
227227
now = datetime.now(pytz.UTC)
228228
current_quarter = (now.month - 1) // 3 + 1
229-
next_quarter = current_quarter + 2
229+
next_quarter = current_quarter + 1
230230

231231
# Handle year rollover
232232
year = now.year

0 commit comments

Comments
 (0)