From e29531a599be0d422cf0e1aa9de6e7f77d591ae9 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 --- 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.34.1