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

Chris Cormack <ch...@bigballofwax.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ch...@bigballofwax.co.nz

--- Comment #42 from Chris Cormack <ch...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to