http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10923
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID CC| |[email protected] | |m --- Comment #2 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ 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/
