[Koha-bugs] [Bug 23551] Problem with renewal period when using the renewal tab

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Oct 15 15:43:30 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23551

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #94105|0                           |1
        is obsolete|                            |

--- Comment #13 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 94214
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=94214&action=edit
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 at web.de>

Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
It's ugly, but we are mimicking what is done in svc/renew so that's fine :)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list