Hi All, Recently I am facing a problem while renew the checkout book in koha 19.05 . I allocated 14 days for loan period, But when i renew the book the system is not adding the loan period (current date + 14 days). system is showing current date. Is there any option to be change current system preference ?. Now the system preference is showing "RenewalPeriodBase: the current date"
Hi Govind, trying to help narrow this down a bit more: - Does it happen from OPAC and staff interface? - What is your renewal period set to? (loan period is only the initial)
(In reply to Katrin Fischer from comment #1) > Hi Govind, trying to help narrow this down a bit more: > - Does it happen from OPAC and staff interface? > - What is your renewal period set to? (loan period is only the initial) Yes 15 days
Not solved this problem Hi All, Recently I am facing a problem while renew the checkout book in koha 19.05 . I allocated 14 days for loan period, But when i renew the book the system is not adding the loan period (current date + 14 days). system is showing current date. Is there any option to be change current system preference ?. Now the system preference is showing "RenewalPeriodBase: the current date"
This is happening for me too - when I use the 'renew' function in the header search, it renews to the exact time of renewal, rather than picking up on the circ rules. Renewing from the Loans table in the user record works as expected.
Can we try to pursue a fix for this soon please? Renewals work ok from the patron record but lots of our customers use this Renew option when they just want to renew a single item. It is a problem at 18.11 also. We have now had 3 customers report the same issue in the space of 3 days.
I think until 2 days ago we were missing the final clue - the difference is between the renewal tab and the other renewal features. I updated the severity and changed the title.
Created attachment 93746 [details] [review] Bug 23551: Fix AddRenewal call in circ/renew.pl
I
I think this traces back to bug 7088, though that's not in 18.11.x series as far as I can tell. Either way, the fix should resolve the issue and I will attempt to add a selenium regression test shortly.
*** Bug 23802 has been marked as a duplicate of this bug. ***
Created attachment 94105 [details] [review] Bug 23551: Fix AddRenewal call in circ/renew.pl Without the patch, renewing from the renewal tab/page led to wrong renewal/due dates. To test: - Check an item out to your patron account - Renew it from the patron account - Note the due date - Return the item - Check the item out again - Renew it using the renewal tab - Verify a different due date was calculated - Apply patch - Repeat test - due dates now should be the same Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
works good. thank you
Created attachment 94214 [details] [review] Bug 23551: Fix AddRenewal call in circ/renew.pl Without the patch, renewing from the renewal tab/page led to wrong renewal/due dates. To test: - Check an item out to your patron account - Renew it from the patron account - Note the due date - Return the item - Check the item out again - Renew it using the renewal tab - Verify a different due date was calculated - Apply patch - Repeat test - due dates now should be the same Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> It's ugly, but we are mimicking what is done in svc/renew so that's fine :)
Nice work! Pushed to master for 19.11.00
Hey team, great work with this! Can it please be backported for 19.05?
Pushed to 19.05.x for 19.05.05