http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10923 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID CC| |jonathan.druart@biblibre.co | |m --- Comment #2 from Jonathan Druart <jonathan.druart@biblibre.com> --- I am not sure this is a bug. The behavior is still the same on master. For instance you have 5 holds, priorities are 1, 2, 3, 4, 5 You ask for 1, 2, 3, 5, 5 There is no 4, so one of the 5 is picked (actually the first one). If you want to put it at the end, you can do: 1, 2, 3, 5, 4 It will work. Please reopen if I missed something. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.