From b5de1fb7bc547322b0affab8d0fae41861e75f28 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' Note: I was not able to trigger the behaviour to see the text in question Sponsored-by: Catalyst IT Signed-off-by: Chris Cormack Signed-off-by: Katrin Fischer --- 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 f465aaa40e..81fb7dda73 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 hold [%- CASE 'TransferCancellation' -%]Transfer was cancelled whilst in transit [%- END -%] -- 2.30.2