From aa771cf3ecb316a7b54de3726c26f7dfe40810de Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Tue, 26 Sep 2023 20:11:29 +0000 Subject: [PATCH] Bug 34547: (follow-up) add recall cases Signed-off-by: Emily Lamancusa Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 4 ++++ 1 file changed, 4 insertions(+) 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 f048287a63..5154b71b0b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -136,6 +136,8 @@ [%- CASE 'LostReserve' -%]Lost hold [%- CASE 'CancelReserve' -%]Cancelled hold [%- CASE 'TransferCancellation' -%]Transfer was cancelled whilst in transit + [%- CASE 'Recall' -%]Recall + [%- CASE 'RecallCancellation' -%]Cancelled recall [%- END -%]

@@ -1268,6 +1270,8 @@ [%- CASE 'LostReserve' -%]Lost hold [%- CASE 'CancelReserve' -%]Cancelled hold [%- CASE 'TransferCancellation' -%]Transfer was cancelled whilst in transit + [%- CASE 'Recall' -%]Recall + [%- CASE 'RecallCancellation' -%]Cancelled recall [%- END -%] -- 2.20.1