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>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Filip Vujičić 2022-07-07 22:48:42 +00:00 committed by Tomas Cohen Arazi
parent ec773f5719
commit b688fd9749
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

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