koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 1710] Greater flexibility with item-level holds rules
Date: Sun, 30 Dec 2007 16:39:42 -0800 (PST)

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





------- Comment #2 from address@hidden  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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]