From 4ce6d91e456cc1e700371880fb2b77299a1fbc0b Mon Sep 17 00:00:00 2001 From: Nick Clemens 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! Signed-off-by: Matt Blenkinsop Signed-off-by: Kyle M Hall --- .../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 1653786cf7b..5a2ed300194 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 @@ + -- 2.39.3 (Apple Git-146)