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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected]

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.
_______________________________________________
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