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

            Bug ID: 14846
           Summary: Items with no holdingbranch causes user's holds
                    display to freeze
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Circulation
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]

Created attachment 42690
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=42690&action=edit
Image of freezing Holds tab display

When trying to display the holds for a user, if an item has no holdingbranch,
it causes the svc/holds service to crash and the display to freeze.

Tentative steps to reproduce on any DB:
1) put 1 or more items on hold for a given user.
2) go into the database and set the item.holdingbranch to NULL
3) In the user's page, in checkouts (circulation.pl), click the tab that should
be written 1 Hold(s)
4) It will be "Processing" indefinitely.

See attached image.

The cause is the svc/holds code that crashes.  The fix will validate that
there's an holdingbranch before proceding with the code.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to