http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9351 Fridolyn SOMERS <fridolyn.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #5 from Fridolyn SOMERS <fridolyn.somers@biblibre.com> --- Indeed, but it works for both item and biblio level : In C4::Circualtion::AddIssue : my $item = GetItem('', $barcode) and C4::Items::GetItem sets itype with itemtype from items or biblioitems if needed. So $items->{'itype'} is used for both item and biblio level, like in many other places in C4::Circualtion. Maybe C4::Items::GetItem should use item-level_itypes system preference, but this would be a very sensitive modification with a huge test plan, it shall be for another bug. -- You are receiving this mail because: You are watching all bug changes.