Bugzilla – Attachment 167684 Details for
Bug 36459
Backdating checkouts on circ/circulation.pl not working properly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36459: Do not duplicate duedatespec IDs
Bug-36459-Do-not-duplicate-duedatespec-IDs.patch (text/plain), 1.93 KB, created by
Owen Leonard
on 2024-06-13 11:31:39 UTC
(
hide
)
Description:
Bug 36459: Do not duplicate duedatespec IDs
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-06-13 11:31:39 UTC
Size:
1.93 KB
patch
obsolete
>From 4318a7c253495bbc58e574d2a636e902298695a8 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >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. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > 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 ) %] > <p> >- <input type="text" size="20" id="duedatespec" name="duedatespec" value="[% duedatespec | html %]" class="flatpickr" data-flatpickr-enable-time="true" data-flatpickr-on-close-focus="#barcode" /> >+ <input type="text" size="20" id="confirm_duedatespec" name="duedatespec" value="[% duedatespec | html %]" class="flatpickr" data-flatpickr-enable-time="true" data-flatpickr-on-close-focus="#barcode" /> > <label for="duedatespec">Due date</label> > </p> > [% ELSE %] >-- >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 36459
:
167124
|
167127
|
167676
|
167684
|
167693