Bug 27753: (follow-up) Tidy new code in circulation.pl

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Laura Escamilla 2024-04-30 15:54:01 +00:00 committed by Katrin Fischer
parent eb7e84efb9
commit a073ed20ca
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -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'},