http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9075 --- Comment #3 from M. de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to comment #2)
Are you showing the biblio level item type (942$c) even if the item_level_itypes pref is set to item? If so that's against what the preference says. The preference says pull the item type from the biblio (942$c) or the item (952$y) - many libraries don't bother setting the 942$c right ... it's a shame, but it's the case, so we might want to talk about this before we make this change - we might need different preference options - something that let's people basically say - I don't edit my 942$c and I don't want that icon showing.
If item_level_itypes==item, it shows the icons for 952y. Actually, it always uses 952y. Note that 942c is just a default item type. When using item_level_itypes==biblio, you can still change the item type of your item. The 942c just determines the default value when adding an item. If you use item_level_itypes==biblio, the items will normally not be different and so 942c==952y. -- You are receiving this mail because: You are watching all bug changes.