[Koha-bugs] [Bug 6555] only 10 lists in pull down when adding from a bib record

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 29 04:42:44 CEST 2011


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

--- Comment #2 from Chris Cormack <chris at bigballofwax.co.nz> 2011-08-29 02:42:44 UTC ---
The problem comes from 

else {    # this shelf doesn't already exist.
    my $limit = 10;

Then it calls GetRecentShelves

The opac, just calls GetAllShelves with no limit set


I can change the intranet to match, would having no limit be a worry to anyone?

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