From 943275ea8d7d81bd2ec11dc428dc6a65579043e1 Mon Sep 17 00:00:00 2001 From: Laura Escamilla Date: Tue, 30 Apr 2024 15:54:01 +0000 Subject: [PATCH] Bug 27753: Tidy Circulation.pl --- 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.30.2