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>
(cherry picked from commit b688fd9749
)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
This commit is contained in:
parent
1a0b489346
commit
cd3e1357e8
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