order line items in PO display by line item ID
[evergreen-equinox.git] / Open-ILS / web / js / ui / default / acq / po / view_po.js
index cec6abc..ee643eb 100644 (file)
@@ -399,7 +399,7 @@ function init() {
         {   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) {