[Koha-bugs] [Bug 10827] List of holds does not update correctly

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 7 18:07:30 CET 2014


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

Kyle M Hall <kyle at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #24581|0                           |1
        is obsolete|                            |
  Attachment #24582|0                           |1
        is obsolete|                            |
  Attachment #24583|0                           |1
        is obsolete|                            |
  Attachment #24584|0                           |1
        is obsolete|                            |
  Attachment #24585|0                           |1
        is obsolete|                            |

--- Comment #23 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 25942
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25942&action=edit
Bug 10827: Regression tests

The unit tests in the file db_dependent/Reserves/priorities.t describe
the issue.

To reproduce using the interface:
- Create 3 patrons A, B and C
- Check an item out to A
- Place a hold on this item for B and C
- Check the item in
- Confirm the hold
- Verify the hold list:
  The item is waiting for B and C has a priority 2
- Delete the hold for B
- Now you can see the item is not waiting for C. He has not been
  notified neither.

If you apply all patches from this bug, at the next ste, the item is
marked as waiting for C and C has been notified when the hold for B has
been deleted.

/!\Important note: This patch only manages item-level holds!
The commented UT is for biblio-level holds.

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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


More information about the Koha-bugs mailing list