From 1ece6030ea00db8177b66840a5f9791ec11d69b4 Mon Sep 17 00:00:00 2001 From: Emily Lamancusa Date: Wed, 18 Dec 2024 15:55:56 -0500 Subject: [PATCH] Bug 38748: Pass the correct branchcode value to transfer slip To test: 1. Find or create an item belonging to a library other than the logged-in library 2. Check the item in and print slip --> The transfer slip says "Transfer to" but the library name is blank 3. Apply patch and restart_all 4. Cancel the transfer or find a different item 5. Check the item in and print slip --> The library name now appears on the slip Signed-off-by: David Nind --- 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 98a1ea119b..b998556dd9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -782,7 +782,7 @@ [% ELSE %] - + [% END %] -- 2.39.5