[Koha-bugs] [Bug 9351] item type not recorded correctly in statistics for returns and some local use

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 31 18:31:46 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9351

Fridolyn SOMERS <fridolyn.somers at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Failed QA                   |Needs Signoff

--- Comment #5 from Fridolyn SOMERS <fridolyn.somers at 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.


More information about the Koha-bugs mailing list