From d982cbd2a73dd3900fc483c0ea20eee8de9ce721 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 Signed-off-by: Katrin Fischer --- .../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 1653786cf7..5a2ed30019 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.5