Summary: | Patron purchase suggestion table should include the non-public note | ||
---|---|---|---|
Product: | Koha | Reporter: | Laura Escamilla <Laura.escamilla> |
Component: | Acquisitions | Assignee: | Laura Escamilla <Laura.escamilla> |
Status: | CLOSED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | caroline.cyr-la-rose, fridolin.somers, kebliss, lisette, m.de.rooy |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | Caroline Cyr La Rose |
Documentation submission: | https://gitlab.com/koha-community/koha-manual/-/merge_requests/750 | Text to go in the release notes: |
This adds a new column to the suggestions table for the non-public note.
|
Version(s) released in: |
23.11.00
|
Circulation function: | |
Attachments: |
Bug 34501: Added Non-public notes to the member purchase suggestion table
Bug 34501: Added Non-public notes to the member purchase suggestion table Bug 34501: Added Non-public notes to the member purchase suggestion table |
Description
Laura Escamilla
2023-08-08 21:12:46 UTC
Created attachment 154323 [details] [review] Bug 34501: Added Non-public notes to the member purchase suggestion table To test: 1. Create a new purchase suggestion for a patron and add a “Note” and a “Non-public Note” 2. View the purchase suggestion on the patron page at /cgi-bin/koha/members/purchase-suggestions.pl 1. It currently only shows the public note 3. Apply this patch 4. Refresh the page, it now shows both the “Note” and “Non-public Note” 5. Sign off! Created attachment 154378 [details] [review] Bug 34501: Added Non-public notes to the member purchase suggestion table Signed-off-by: Lisette Scheer <lisette.scheer@bywatersolutions.com> Worked as expected! Lisette Created attachment 156374 [details] [review] Bug 34501: Added Non-public notes to the member purchase suggestion table Signed-off-by: Lisette Scheer <lisette.scheer@bywatersolutions.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Pushed to master for 23.11. Nice work everyone, thanks! No need to adapt column settings? (In reply to Fridolin Somers from comment #6) > No need to adapt column settings? I checked: the acquisitions > suggestions have column configuration, but the table in the patron's account in the staff interface doesn't. So we are good. OK great Screenshot has been updated in the manual. |