From 1a36a645216efe3113a4800ec0ab8f843453ddbb Mon Sep 17 00:00:00 2001 From: =?utf8?q?Filip=20Vuji=C4=8Di=C4=87?= Date: Thu, 7 Jul 2022 22:48:42 +0000 Subject: [PATCH] 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 Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi (cherry picked from commit b688fd97499682a77ca899011f0667c148515a04) Signed-off-by: Lucas Gass (cherry picked from commit cd3e1357e892a6ca5c662780eb0aee29a75c2621) Signed-off-by: Arthur Suzuki --- 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 8bf8653cbd..99befefa75 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -133,7 +133,7 @@ [%- CASE 'RotatingCollection' -%]Rotating collection [%- CASE 'Reserve' -%]Reserve [%- CASE 'LostReserve' -%]Lost reserve - [%- CASE 'CancelReserve' -%]Cancelled reserve + [%- CASE 'CancelReserve' -%]Cancelled hold [%- CASE 'TransferCancellation' -%]Transfer was cancelled whilst in transit [%- END -%]

-- 2.39.5