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

Kyle M Hall <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #34818|0                           |1
        is obsolete|                            |
  Attachment #34819|0                           |1
        is obsolete|                            |

--- Comment #37 from Kyle M Hall <[email protected]> ---
Created attachment 34994
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=34994&action=edit
[SIGNED-OFF] Bug 9351 - item type not recorded correctly in statistics for
returns and some local use

When returning a loan, or when returning an item for local use, the
corresponding entry in the statistics table takes the item type from the bib
level. This is incorrect when item-level item types is enabled.

This patch corrects this problem by getting itemtype from $item->{'itype'}
which comes from item or biblio level in GetItem().

Test plan :
- On a catalogue with itemtype on item level, perform a return an look at
statistics table
- Idem for a catalogue with itemtype on biblio level

Signed-off-by: Kyle M Hall <[email protected]>

-- 
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/

Reply via email to