Bug 30770: Fixed terminology 'reserve' -> 'hold'

Test plan:
1. Look at koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt
2. Note that it says 'Lost reserve'
3. Apply patch
4. Note that it says 'Lost hold'

Note:
I was not able to trigger the behaviour to see the text in question

Sponsored-by: Catalyst IT
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Tosca Waerea 2022-07-07 23:07:21 +00:00 committed by Tomas Cohen Arazi
parent b688fd9749
commit 42a1aba19d
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -132,7 +132,7 @@
[%- CASE 'ReturnToHolding' -%]<span>Return to holding library</span>
[%- CASE 'RotatingCollection' -%]<span>Rotating collection</span>
[%- CASE 'Reserve' -%]<span>Reserve</span>
[%- CASE 'LostReserve' -%]<span>Lost reserve</span>
[%- CASE 'LostReserve' -%]<span>Lost hold</span>
[%- CASE 'CancelReserve' -%]<span>Cancelled hold</span>
[%- CASE 'TransferCancellation' -%]<span>Transfer was cancelled whilst in transit</span>
[%- END -%]