[Koha-bugs] [Bug 6488] opachiddenitems not working in master

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 17 20:24:30 CET 2012


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

Chris Cormack <chris at bigballofwax.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chris at bigballofwax.co.nz

--- Comment #42 from Chris Cormack <chris at bigballofwax.co.nz> 2012-02-17 19:24:30 UTC ---
Its these lines here

+        next if $is_opac       && $hideatopac_count >= $items_count;
+        next if $hidelostitems && $itemlost_count   >= $items_count;
+

That are the problem. Means that if its opac, and the counts are both 0 (ie
record with no items) its skipped.

At least I think that is what the problem is, it is saturday morning and I
havent had coffee yet so someone else looking would be good

-- 
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.
You are watching all bug changes.


More information about the Koha-bugs mailing list