http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9351
--- Comment #58 from Fridolin SOMERS <[email protected]> --- (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. _______________________________________________ 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/
