Summary: | Renewal with a specific date does not take the new date due that we pick | ||
---|---|---|---|
Product: | Koha | Reporter: | Hammat wele <hammat.wele> |
Component: | Circulation | Assignee: | Hammat wele <hammat.wele> |
Status: | Pushed to oldstable --- | QA Contact: | Kyle M Hall (khall) <kyle> |
Severity: | normal | ||
Priority: | P5 - low | CC: | anneli.osterman, caroline.cyr-la-rose, fridolin.somers, gmcharlt, isabel.pineda, kebliss, kyle.m.hall, kyle, lucas, philippe.blouin |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
24.05.00,23.11.06,23.05.12
|
|
Circulation function: | |||
Attachments: |
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 take the new date due that we pick Bug 36393: Renewal with a specific date does not take the new date due that we pick |
Description
Hammat wele
2024-03-21 22:45:33 UTC
Created attachment 163654 [details] [review] 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 Created attachment 163658 [details] [review] 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 Signed-off-by: Anneli Österman <anneli.osterman@koha-suomi.fi> Created attachment 166146 [details] [review] 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 Signed-off-by: Anneli Österman <anneli.osterman@koha-suomi.fi> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Description reads like a bug, not an enh? ;) (In reply to Katrin Fischer from comment #4) > Description reads like a bug, not an enh? ;) I think so too! Changing it. Will be back for this on Monday! Pushed for 24.05! Well done everyone, thank you! Pushed to 23.11.x for 23.11.06 Backported to 23.05.x for upcoming 23.05.12 I updated from 23.11 to 24.05 a few days ago, but now the renewal for a specific date is not working anymore. Although I give a specific date for a specific renewal, the system takes automatically the hard due date from the circulation rules. e.g. In "Administration > Circulation rules" I save "15.08.2024" as hard due date for a specific item type and patron category. Then I go to one patron of the above category to renew his borrowed items, and manually select "30.07.2024" as due date. -> The system renews the items until 15.08.24. It ought to prioritize the manual due date for this specific patron. |