Skip to content

Commit

Permalink
fix(Statement of Fees and Payments): order payments by date (LAN-844)
Browse files Browse the repository at this point in the history
  • Loading branch information
barredterra committed Sep 3, 2024
1 parent 8dc4229 commit 38b54ad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def fetch_payments(self):
"payment_type",
"base_paid_amount",
],
order_by="reference_date ASC",
):
self.append(
"payments",
Expand Down

0 comments on commit 38b54ad

Please sign in to comment.