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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 15 21:17:06 CEST 2015


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

Eivin Giske Skaaren <eivin at sysmystic.com> changed:

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

--- Comment #15 from Eivin Giske Skaaren <eivin at sysmystic.com> ---
Created attachment 41012
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=41012&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

Refactored to both fix specific issue where date is changed
and still have the old behaviour with date kept intact.

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


More information about the Koha-bugs mailing list