http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1710 ------- Comment #2 from chris.cormack@liblime.com 2007-12-30 16:39 ------- Heres the problem As its stands you cant do an item level reserve on any item already reserved, or on loan, or on transfer .... the notforloan and lost seem ok, but the others seem to be wrong. if (not defined $reservedate # not reserved yet and $issues->{'date_due'} eq '' # not currently on loan and not $item->{itemlost} # not lost and not $item->{notforloan} # not forbidden to loan and not $item->{cantreserve} and $transfertwhen eq '' # not currently on transfert ){ $item->{available} = 1; } ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.