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:
parent
b688fd9749
commit
42a1aba19d
1 changed files with 1 additions and 1 deletions
|
@ -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 -%]
|
||||
|
|
Loading…
Reference in a new issue