http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6488 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz --- Comment #42 from Chris Cormack <chris@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.