[Koha-bugs] [Bug 3058] Opac and intranet should show items which have been excluded from loan

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Dec 11 22:15:14 CET 2010


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3058

--- Comment #1 from Katrin Fischer <katrin.fischer at bsz-bw.de> 2010-12-11 21:15:14 UTC ---
Patch has been pushed to 3.0.x:
http://git.koha-community.org/gitweb/?p=koha.git;a=commit;h=1dfad03e114993e14af6f47fb85908f3c74d5de9

Can't see patch or code in 3.2

And I see a problem with the patch, it assumes that an item is not for loan if
status is 1.

if($item->{notforloan} == 1){
$notforloan_count++;

I think this is wrong and should be status > 0, because you can define your own
not for loan status in authorized values.

-- 
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.


More information about the Koha-bugs mailing list