[Koha-bugs] [Bug 17940] New: Holds not going to waiting state after having been transferred

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 19 12:54:28 CET 2017


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

            Bug ID: 17940
           Summary: Holds not going to waiting state after having been
                    transferred
 Change sponsored?: ---
           Product: Koha
           Version: 16.11
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: Hold requests
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: stefan.berndtsson at ub.gu.se
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com

We seem to have found an issue with holds after transfers.

Steps to reproduce (everything done by staff):

Allow for On shelf holds.
Have library branch A and B.
Have one biblio with one item located at library A.
Have one patron able to have holds placed on them.

1. Place a hold on biblio for patron, select pickup at library B.
2. Check in item on library A (get a transfer notice).
3. Check in item on library B (another transfer notice).
4. Item is not waiting properly on pickup location.

If pickup was set to library A (same as item), it would be properly set to
waiting.

Expected outcome would be that the item is set to waiting at library B.

After step 1, the reserves table contains "NULL" in "found" column.
After step 2, "found" contains "T"
After step 3, "found" still contains "T", where it should really contain "W".

This has been tested with both 16.11.00 and 16.11.01.

Thank you.

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


More information about the Koha-bugs mailing list