Skip to content

Commit

Permalink
Merge pull request #102 from RedTurtle/export_details
Browse files Browse the repository at this point in the history
Add booking details to the exported file
  • Loading branch information
cekk authored Oct 10, 2023
2 parents ed509ad + 747a392 commit 49c2dc5
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 49c2dc5

Please sign in to comment.