[Koha-bugs] [Bug 4016] holds listing wrong pick up location

bugzilla-daemon at kohaorg.ec2.liblime.com bugzilla-daemon at kohaorg.ec2.liblime.com
Sat Feb 13 17:22:21 CET 2010


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4016


Garry Collum <gcollum at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gcollum at gmail.com




--- Comment #2 from Garry Collum <gcollum at gmail.com>  2010-02-13 16:22:21 ---
Looks like this might be caused by $searchMyLibraryFirst in C4/branch.pm.

Line 163 =
selected => (($_ eq $branch) && $searchMyLibraryFirst) ? 1 : 0, 

If it is changed to
selected => (($_ eq $branch)) ? 1 : 0, 

The holds problem is fixed.  But I'm not sure what removing it would break.


-- 
Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the Koha-bugs mailing list