Skip to content

Commit

Permalink
Add sort order by date
Browse files Browse the repository at this point in the history
  • Loading branch information
folix-01 committed Jun 21, 2024
1 parent ce54459 commit fc43053
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/redturtle/prenotazioni/browser/bookings_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def brains(self):
"range": "min:max",
},
review_state="confirmed",
sort_on="Date",
)

def setHeader(self, *args):
Expand Down

0 comments on commit fc43053

Please sign in to comment.