Bugzilla – Attachment 169436 Details for
Bug 37396
Batch checkout does not checkout items if OverduesBlockCirc set to ask for confirmation
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37396: Add missing cud-checkout op to form
Bug-37396-Add-missing-cud-checkout-op-to-form.patch (text/plain), 1.81 KB, created by
Nick Clemens (kidclamp)
on 2024-07-23 16:02:02 UTC
(
hide
)
Description:
Bug 37396: Add missing cud-checkout op to form
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2024-07-23 16:02:02 UTC
Size:
1.81 KB
patch
obsolete
>From 78eda9f5d2908fc9f4887a813997b5f81c99999e Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 23 Jul 2024 16:00:10 +0000 >Subject: [PATCH] Bug 37396: Add missing cud-checkout op to form > >To test: > >1. Set the system preference 'OverduesBlockCirc' to 'Ask for Confirmation' >2. Enable the BatchCheckout system preference >3. Checkout an item to a patron and backdate the due date so that it is overdue. >4. Attempt to checkout an item or a set of items using the Batch Checkout feature. The batch checkout page will ask you to confirm the checkouts because the 'Patron has 1 overdue item'. >5. Confirm the checkout and go to the patron's holdings table. The items you checked out via the batch checkout were not issued to the patron. >6. Apply patch >7. Repeate batch checkout >8. Confirm the checkout >9, Items are successfully issued! >--- > .../prog/en/modules/circ/circulation_batch_checkouts.tt | 1 + > 1 file changed, 1 insertion(+) > >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 a51299356fb..c2b5e9a8d59 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 >@@ -328,6 +328,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="op" value="cud-checkout" /> > <input type="hidden" name="onsite_checkout" value="[% onsite_checkout | html %]" /> > <input type="submit" id="checkoutrenew" class="btn btn-primary" value="Checkout or renew" /> > </fieldset> >-- >2.39.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 37396
:
169436
|
169710
|
170639