http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6539 --- Comment #3 from Peter Lorimer <peter.lorimer@gmail.com> 2011-06-29 14:50:45 UTC --- Ah yes it was deleted by accident. Well spotted. I'll revert it back in a new patch I'm releasing shortly, uses Business::ISBN rather than re-inventing the wheel. (In reply to comment #2)
I wondered if this paragraph was deleted by accicdent, because it seems not related to the patch description:
[...] - - # can place hold on item ? - if ((!$item->{damaged} || C4::Context->preference('AllowHoldsOnDamagedItems')) - && !$item->{itemlost} - && !$item->{withdrawn} - ) { - $can_place_holds = 1; - } - $other_count++; [...]
-- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.