Bugzilla – Attachment 163654 Details for
Bug 36393
Renewal with a specific date does not take the new date due that we pick
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36393: Renewal with a specific date does not take the new date due that we pick
Bug-36393-Renewal-with-a-specific-date-does-not-ta.patch (text/plain), 2.10 KB, created by
Hammat wele
on 2024-03-21 22:55:01 UTC
(
hide
)
Description:
Bug 36393: Renewal with a specific date does not take the new date due that we pick
Filename:
MIME Type:
Creator:
Hammat wele
Created:
2024-03-21 22:55:01 UTC
Size:
2.10 KB
patch
obsolete
>From 3c6118126f9c391def2a535fdce16dec3ba99406 Mon Sep 17 00:00:00 2001 >From: Hammat Wele <hammat.wele@inlibro.com> >Date: Thu, 21 Mar 2024 22:53:26 +0000 >Subject: [PATCH] Bug 36393: Renewal with a specific date does not take the new > date due that we pick > >When we renew a notice with a specific date and we have to override the limit, the new date due is not the date that we picked > >To reproduce > >1- Log in to the staff interface > 1-1. Make sure you have a ciculation rule that allows you to renew > 1-2. set the AllowRenewalLimitOverride system preference to Allow and SpecifyDueDate to Allow >2. Check out the item to a Borrower >5. Access the borrower's account and renew it until the limit is reached and note the due date. >6. Go to Circulation, click Renew >7. Enter the item barcode and choose a due date further than the due date from step 5 and submit >8. Click on Override limit and renew button > ---> Note that the new date due is not the date that we picked in step 7 >9. Apply the patch >10. Repeat step 6, 7 snd 8 > ---> Note that the new date due is the date that we picked >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt >index 51ffb80c94..51a5b83e7a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt >@@ -66,6 +66,7 @@ > <input type="hidden" name="barcode" value="[% item.barcode | html %]"/> > <input type="hidden" name="override_limit" value="1" /> > <input type="hidden" name="op" value="cud-renew" /> >+ <input type="hidden" name="hard_due_date" value="[% hard_due_date | html %]" /> > <button type="submit" class="approve"><i class="fa fa-check"></i> Override limit and renew</button> > </form> > [% END %] >-- >2.34.1
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 36393
:
163654
|
163658
|
166146