| Summary: | Show public note to patrons when placing a hold | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Kelly McElligott <kelly> |
| Component: | OPAC | Assignee: | Owen Leonard <oleonard> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | andrew, fridolin.somers, jzairo, kyle, lucas |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: |
22.05.00
|
|
| Circulation function: | |||
| Bug Depends on: | |||
| Bug Blocks: | 29972 | ||
| Attachments: |
Bug 29899: Show public note to patrons when placing a hold
Bug 29899: Show public note to patrons when placing a hold Bug 29899: Show public note to patrons when placing a hold |
||
|
Description
Kelly McElligott
2022-01-18 15:50:58 UTC
Created attachment 129586 [details] [review] Bug 29899: Show public note to patrons when placing a hold This patch adds public note to the table of information shown about items when placing a hold on a specific item in the OPAC. To test, apply the patch and check Administration -> Circulation and fine rules. You should have at least one patron category/item type configured to allow OPAC item level holds. - Modify an item to add information to the "Public note" field. - Locate that record in the OPAC and place a hold on it. - On the "Placing hold" page, click "Show more options" and "A specific item." - In the table of items you should see a "Notes" column showing the information you added to the item. Created attachment 129587 [details] [review] Bug 29899: Show public note to patrons when placing a hold This patch adds public note to the table of information shown about items when placing a hold on a specific item in the OPAC. To test, apply the patch and check Administration -> Circulation and fine rules. You should have at least one patron category/item type configured to allow OPAC item level holds. - Modify an item to add information to the "Public note" field. - Locate that record in the OPAC and place a hold on it. - On the "Placing hold" page, click "Show more options" and "A specific item." - In the table of items you should see a "Notes" column showing the information you added to the item. Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Created attachment 129602 [details] [review] Bug 29899: Show public note to patrons when placing a hold This patch adds public note to the table of information shown about items when placing a hold on a specific item in the OPAC. To test, apply the patch and check Administration -> Circulation and fine rules. You should have at least one patron category/item type configured to allow OPAC item level holds. - Modify an item to add information to the "Public note" field. - Locate that record in the OPAC and place a hold on it. - On the "Placing hold" page, click "Show more options" and "A specific item." - In the table of items you should see a "Notes" column showing the information you added to the item. Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> BTW no columns settings for this table actually. (In reply to Fridolin Somers from comment #4) > BTW no columns settings for this table actually. It would be nice if it could be, so I filed Bug 29972 Pushed to master for 22.05, thanks to everybody involved [U+1F984] |