[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
Wed Aug 5 18:07:37 CEST 2015


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

--- Comment #58 from Fridolin SOMERS <fridolin.somers at biblibre.com> ---
(In reply to Tomás Cohen Arazi from comment #57)
> But I'm not happy with this patchset, as it seems to touch CanBookBeIssued
This code has the same problem as AddReturn since it calls UpdateStats with
$item->{'itemtype'} instead of $item->{'itype'}. Only it works because there is
a dirty hack $item->{'itemtype'}=$item->{'itype'};.
One day maybe this hack will be removed.
Once there is a full abstraction layer with datas surely.

> So, I propose we stick with bug 14598 (which is missing the DB update step)
> and mark this one as duplicate.
+1
Since AddReturn part is much more important.

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


More information about the Koha-bugs mailing list