From a073ed20cab2990d281e33da09aeac55a38e57b3 Mon Sep 17 00:00:00 2001 From: Laura Escamilla Date: Tue, 30 Apr 2024 15:54:01 +0000 Subject: [PATCH] Bug 27753: (follow-up) Tidy new code in circulation.pl Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer --- circ/circulation.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/circ/circulation.pl b/circ/circulation.pl index c76571b3fb..e0a732f7bd 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -522,6 +522,7 @@ if (@$barcodes && $op eq 'cud-checkout') { } } } + if ($needsconfirmation->{RESERVE_WAITING} or $needsconfirmation->{RESERVED} or $needsconfirmation->{TRANSFERRED} or $needsconfirmation->{PROCESSING}){ $template->param( reserveborrowernumber => $needsconfirmation->{'resborrowernumber'}, -- 2.20.1