Summary: | Template error in opac-reserve.pl | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | OPAC | Assignee: | Katrin Fischer <katrin.fischer> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | major | ||
Priority: | P5 - low | Keywords: | rel_22_11_candidate |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
22.11.00
|
Circulation function: | |
Attachments: | Bug 32185: Fix template typo in opac-reserve.pl |
Description
Katrin Fischer
2022-11-12 13:21:03 UTC
Created attachment 143810 [details] [review] Bug 32185: Fix template typo in opac-reserve.pl This removes the %] showing for not for loan items disappear. To test: * Create a record with multiple items, mark one 'not for loan' * Place an item level request on this record in the OPAC * Make sure you 'Show nonholdable items' * Verify the %] shows in the column with the not for loan status * Apply patch * Verify display is now improved As this was found translating we can be sure it affects translations, changing a string in the OPAC. Maybe we could do another update to the strings a few days before release to catch such last minute fixed stuff? Pushed to master for 22.11. Nice work everyone, thanks! |