[Koha-bugs] [Bug 12630] Prioritizing "Hold starts on date" -holds causes all other holds to be prioritized as well!

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jul 29 08:27:53 CEST 2014


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

--- Comment #4 from Chris Cormack <chris at bigballofwax.co.nz> ---
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.


More information about the Koha-bugs mailing list