koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt:136 Cancelled reserve reserve should most likely be hold here.
Created attachment 137339 [details] [review] Bug 30764: replace "Cancelled reserve" with "Cancelled hold" Test plan: 1. Inspect `koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt`, notice that on line 136 it says "Cancelled reserve" 2. Apply patch 3. Inspect the same line again and notice it now correctly says "Cancelled hold" 4. ??? 5. Profit! Sponsored-by: Catalyst IT
Created attachment 137345 [details] [review] Bug 30764: replace "Cancelled reserve" with "Cancelled hold" Test plan: 1. Inspect `koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt`, notice that on line 136 it says "Cancelled reserve" 2. Apply patch 3. Inspect the same line again and notice it now correctly says "Cancelled hold" 4. ??? 5. Profit! Sponsored-by: Catalyst IT Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> Works as expected, needs inpdependent signoff
Created attachment 137375 [details] [review] Bug 30764: replace "Cancelled reserve" with "Cancelled hold" Test plan: 1. Inspect `koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt`, notice that on line 136 it says "Cancelled reserve" 2. Apply patch 3. Inspect the same line again and notice it now correctly says "Cancelled hold" 4. ??? 5. Profit! Sponsored-by: Catalyst IT Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Thanks for your patch, Filip! Passing QA!
Pushed to master for 22.11. Nice work everyone, thanks!
Backported to 22.05.x for 22.05.04
in 21.11.x for 21.11.11
Not backported to oldoldstable (21.05.x). Feel free to ask if it's needed.
No occurrence of "Cancelled reserve" in the manual. I took the opportunity to change the few occurrences of reserve (meant as hold) to hold, but there wasn't much in the text.