From 4178cef8551eec2e1a0fb777fc9d458236b10b95 Mon Sep 17 00:00:00 2001 From: Tosca Waerea Date: Thu, 7 Jul 2022 23:07:21 +0000 Subject: [PATCH] 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' Sponsored by: Catalyst IT --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt index ba867c8cc4..e9bf835dd0 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -132,7 +132,7 @@ [%- CASE 'ReturnToHolding' -%]Return to holding library [%- CASE 'RotatingCollection' -%]Rotating collection [%- CASE 'Reserve' -%]Reserve - [%- CASE 'LostReserve' -%]Lost reserve + [%- CASE 'LostReserve' -%]Lost hold [%- CASE 'CancelReserve' -%]Cancelled reserve [%- CASE 'TransferCancellation' -%]Transfer was cancelled whilst in transit [%- END -%] -- 2.11.0