[Koha-bugs] [Bug 1710] Greater flexibility with item-level holds rules

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Mon Dec 31 01:39:42 CET 2007


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1710





------- Comment #2 from chris.cormack at 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.





More information about the Koha-bugs mailing list