Skip to content

Commit

Permalink
Add booking details to export file
Browse files Browse the repository at this point in the history
  • Loading branch information
folix-01 committed Oct 10, 2023
1 parent ac72481 commit 747a392
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Changelog
2.0.1 (unreleased)
------------------

- Add booking details to the export file
[folix-01]

- Change PrenotazioniFolder.cosa_serve field type to RichText
[folix-01]

Expand Down
2 changes: 2 additions & 0 deletions src/redturtle/prenotazioni/browser/prenotazioni_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ def columns(self):
"Data prenotazione",
"Codice prenotazione",
"Note del personale",
"Dettagli",
]
)

Expand Down Expand Up @@ -329,6 +330,7 @@ def get_row_data(self, brain):
# ),
obj.getBookingCode(),
obj.getStaff_notes() or "",
obj.description,
]
)

Expand Down

0 comments on commit 747a392

Please sign in to comment.