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