From 1cf021d96129646eb754a49d7bc9214e422b6970 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Mon, 25 Sep 2023 18:48:59 +0000 Subject: [PATCH] Bug 28805: (QA follow-up) Pass onsite variable to confirmation screen Signed-off-by: Nick Clemens Signed-off-by: Tomas Cohen Arazi --- circ/circulation.pl | 3 ++- .../prog/en/modules/circ/circulation_batch_checkouts.tt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/circ/circulation.pl b/circ/circulation.pl index ad4eeb1952..83d393d6c0 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -475,7 +475,8 @@ if (@$barcodes) { } else { my $confirmation_needed = grep { $_->{NEEDSCONFIRMATION} } @$checkout_infos; $template->param( - checkout_infos => $checkout_infos, + checkout_infos => $checkout_infos, + onsite_checkout => $onsite_checkout, confirmation_needed => $confirmation_needed, ); } diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt index a186b4246a..a2324ca5d7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation_batch_checkouts.tt @@ -323,6 +323,7 @@ + -- 2.20.1