http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9351
Fridolyn SOMERS <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Needs Signoff --- Comment #5 from Fridolyn SOMERS <[email protected]> --- 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. _______________________________________________ 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/
