From ff96ff06292c2e2b9cd805b6396c45b55a077acb 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 --- 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.17.1