http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12630
--- Comment #4 from Chris Cormack <[email protected]> --- Comment on attachment 29962 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=29962 Bug 12630 - Prioritizing "Hold starts on date" -holds causes all other holds to be prioritized as well! Review of attachment 29962: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=12630&attachment=29962) ----------------------------------------------------------------- ::: C4/Reserves.pm @@ +1982,3 @@ > =cut > > sub _ShiftPriorityByDateAndPriority { Doesn't make a lot of sense to leave this function name as it is, since it's not doing anything with the date any more. Also the POD is now wrong. This also means that a hold with a newer date, will not be placed before older date. Which is changing the functionality. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] 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/
