From 55fd7e09471eb3771bf15fc61b9bbb51bf8a3996 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 12 Jun 2024 19:40:03 +0000 Subject: [PATCH] Bug 36459: Do not duplicate duedatespec IDs To test; 1. Go to circ/circulation.pl and check an item out to a patron. 2. Backdate it to sometime in the past using the "Specify due date (MM/DD/YYYY) : " input 3. A modal appears to "Please confirm checkout". The date is no longer populated in that field. 4. You must add the date again here. 5. APPLY PATCH 6. Try again and this time the confimration date should be set correctly. 7. Follow the test plan from Bug 18885 to make sure on site checkouts still work correctly. --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt index 3c9c6cfcb9..c124dcb6cf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -350,7 +350,7 @@ [% IF ( INVALID_DATE ) %]

- +

[% ELSE %] -- 2.39.2