[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
Sun May 24 14:43:40 CEST 2015


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

--- Comment #52 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Created attachment 39458
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39458&action=edit
Bug 9351 - item type not recorded correctly in statistics for returns and some
local use - followup

This patch corrects previous for AddReturn() :
-  $item->{'itype'} instead of $biblio->{'itype'}
-  and my $biblio is not set so it is useless
-  removes FIXME comment

Also adds a TODO comment in CanBookBeIssued() :
- $item->{'itemtype'}=$item->{'itype'}, this line may be useless now

Signed-off-by: Nick <nick at quecheelibrary.org>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list