Summary: | Correct typo in additem.tt | ||
---|---|---|---|
Product: | Koha | Reporter: | Caroline Cyr La Rose <caroline.cyr-la-rose> |
Component: | Templates | Assignee: | Caroline Cyr La Rose <caroline.cyr-la-rose> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | aleisha, jonathan.druart, lucas |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | String patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
20.11.00, 20.05.03
|
|
Circulation function: | |||
Bug Depends on: | 8132 | ||
Bug Blocks: | |||
Attachments: |
Bug 25718: Correct typo in additem.tt
Bug 25718: Correct typo in additem.tt Bug 25718: Correct typo in additem.tt |
Description
Caroline Cyr La Rose
2020-06-11 20:08:40 UTC
Created attachment 106670 [details] [review] Bug 25718: Correct typo in additem.tt This patch corrects a typo found in additem.tt The original sentence is ": Last item for bibliographic record wich biblio-level hold on it." It is now corrected to ": Last item for bibliographic record with biblio-level hold on it." To test: 1. Apply patch 2. Restart plack 3. Find or create a record with two items 4. Place a hold on the record (biblio-level) 5. In the record details, in the holdings table, check both items 6. Click on 'Delete selected items' 7. Click again on 'Delete selected items' 8. It should say that one of the two items could not be deleted and the sentence should appear Created attachment 106781 [details] [review] Bug 25718: Correct typo in additem.tt Signed-off-by: Owen Leonard <oleonard@myacpl.org> Created attachment 106943 [details] [review] Bug 25718: Correct typo in additem.tt Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to master for 20.11, thanks to everybody involved! backported to 20.05.x for 20.05.03 missing dependencies, not backported to 19.11.x For the sake of release notes, I'm changing this from enhancement to bug. Feel free to change it back if you think this is wrong. |