[Koha-bugs] [Bug 21452] New: Items available for hold or loan must have an item type

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 28 21:36:47 CEST 2018


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

            Bug ID: 21452
           Summary: Items available for hold or loan must have an item
                    type
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Cataloging
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: barton at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: m.de.rooy at rijksmuseum.nl

Because items may be created during cataloging or acquisitions before we know
the item type, it's not practical to set a database constraint where
items.itype is not NULL. However, if an item without an item type is checked
out or a hold is placed on the item, either items.itype or biblioitems.itemtype
(if we're using biblio level items) *must* be populated, or we'll trigger an
internal server error.

We should be checking for this when we set the notforloan status.

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


More information about the Koha-bugs mailing list