http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4016 Garry Collum <gcollum@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gcollum@gmail.com --- Comment #2 from Garry Collum <gcollum@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.