Skip to content

Commit

Permalink
Update provider_manager.py (#5064)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcouzens committed Apr 25, 2024
1 parent ac27436 commit a7a2d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion koku/api/provider/provider_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def __init__(self, uuid):
billing_period_start_datetime=self.date_helper.this_month_start,
creation_datetime__isnull=False,
)
.order_by("creation_datetime")
.order_by("-creation_datetime")
.first()
)

Expand Down

0 comments on commit a7a2d8d

Please sign in to comment.