https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23460 Bug ID: 23460 Summary: Be able to specify a default item type, to allow Koha to do things to items that don't have itypes? Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Staff Client Assignee: koha-bugs@lists.koha-community.org Reporter: wizzyrea@gmail.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com We see a lot of item-level_itypes set but no itemtype set for item (225088) at /usr/share/koha/lib/Koha/Schema/Result/Item.pm line 740. in the logs for various jobs that run. UI Koha doesn't much bother about these kinds of errors, they just junk up the logs but Koha keeps going. Cron Koha is super noisy though, with errors like this. It occurred to me that it might be nice to have a "default" item type, just so we can assume that everything's got an item type and stop seeing these infernal messages. Maybe the one you set up in the onboarder should become the default, and allow people to pick the one they want to have as default from the UI later if they want? We'd only need it so that Koha knows what rules to apply to the item (among many other things that we depend upon itypes for). What do you all think? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.