Bugzilla – Attachment 156184 Details for
Bug 28805
Add on-site option to batch checkout functionality
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28805: (QA follow-up) Pass onsite variable to confirmation screen
Bug-28805-QA-follow-up-Pass-onsite-variable-to-con.patch (text/plain), 1.79 KB, created by
Nick Clemens (kidclamp)
on 2023-09-25 18:53:05 UTC
(
hide
)
Description:
Bug 28805: (QA follow-up) Pass onsite variable to confirmation screen
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2023-09-25 18:53:05 UTC
Size:
1.79 KB
patch
obsolete
>From 0f012d762cead259f8b9e332773b4e41e95c5a84 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >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 <nick@bywatersolutions.com> >--- > 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 99cee0c87b..c7bbc2766b 100755 >--- a/circ/circulation.pl >+++ b/circ/circulation.pl >@@ -431,7 +431,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 @@ > <input type="hidden" name="branch" value="[% branch | html %]" /> > <input type="hidden" name="duedatespec" value="[% duedatespec | html %]" /> > <input type="hidden" name="batch" value="1" /> >+ <input type="hidden" name="onsite_checkout" value="[% onsite_checkout | html %]" /> > <input type="submit" id="checkoutrenew" class="btn btn-primary" value="Checkout or renew" /> > </fieldset> > </form> >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 28805
:
152992
|
153105
|
153185
|
154346
|
156182
|
156183
| 156184 |
158108
|
158279
|
158386