Order was effectively random otherwise. Use case from at least
one library indicates this change, but doesn't preclude later work
to make the sort order more flexible.
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
git-svn-id: svn://svn.open-ils.org/ILS/trunk@19962
dcc99617-32d9-48b4-a31d-
7c20da2025e4
{ async: true,
params: [
openils.User.authtoken,
- {purchase_order:poId},
+ [{purchase_order:poId}, {"order_by": {"jub": "id ASC"}}],
{flesh_attrs:true, flesh_notes:true, flesh_cancel_reason:true, clear_marc:true}
],
onresponse: function(r) {