From ac0f4919da86eb9cc83bfe03a351a9e70db42c2e Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 8 Jul 2022 08:31:42 +0000 Subject: [PATCH] Bug 30770: (QA follow-up) Fixing the last occurrence of reserve in returns.tt Reserve -> Hold --- 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 81fb7dda73..c97b4a32da 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -131,7 +131,7 @@ [%- CASE 'ReturnToHome' -%]Return to home library [%- CASE 'ReturnToHolding' -%]Return to holding library [%- CASE 'RotatingCollection' -%]Rotating collection - [%- CASE 'Reserve' -%]Reserve + [%- CASE 'Reserve' -%]Hold [%- CASE 'LostReserve' -%]Lost hold [%- CASE 'CancelReserve' -%]Cancelled hold [%- CASE 'TransferCancellation' -%]Transfer was cancelled whilst in transit -- 2.30.2