[Koha-bugs] [Bug 10067] decreaseLoanHighHolds messes with specify due date

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 29 06:12:46 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10067

Chris Cormack <chris at bigballofwax.co.nz> changed:

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

--- Comment #11 from Chris Cormack <chris at bigballofwax.co.nz> ---
Created attachment 40707
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40707&action=edit
Bug 10067 - decreaseLoanHighHolds messes with specify due date

To test:

1. On a branch up to date with master: apply the patch.

2. Try to check out items both with and without holds.
(The decreaseLoanHighHolds function should be configured and kick in when
testing an item.

3. Expected results are:
The due date date field should be cleared after checkout if "Remember for
session"
is not selected. If it is selected then the chosen date should stay in the
field even
if the warning about reduced loan time for an item with too many holds is
displayed.
Also the correct due dates are shown in the table after a checkout.

Known limitation: Does not work too well when jumping between different parts
of the system as it relies on the values sent to the circulation.pl script.

Sponsored-by: Halland County Library
Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

This does what it says it will do, however I think it might be a
change of behaviour, in terms of the specify due date. It now clears
it the date after ever item is checked out.

Previously the due date would stay, until the current borrower is
dealt with. And remember for session sets it so that it stays until
the staff member logs out, or clears it.

With the patch, now the date is clear after every check out .. this is
a change that may annoy some people.

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


More information about the Koha-bugs mailing list