Sort lineitem and copy cancel reasons selectors by label. In addition
to being generally useful, this helps to quick differentiate between
delayed and canceled items in the list.
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
"fmClass": "acqlid",
"parentNode": dojo.byId("acq-lit-lid-cancel-reason"),
"orgLimitPerms": ["CREATE_PURCHASE_ORDER"],
- "forceSync": true
+ "forceSync": true,
+ "searchOptions" : {order_by : {"acqcr":"label"}}
});
widget.build(
function(w, ww) {
"fmClass": "jub",
"parentNode": dojo.byId("acq-lit-cancel-reason-selector"),
"orgLimitPerms": ["CREATE_PURCHASE_ORDER"],
- "forceSync": true
+ "forceSync": true,
+ "searchOptions" : {order_by : {"acqcr":"label"}}
});
widget.build(
function(w, ww) {
"fmClass": "acqpo",
"parentNode": dojo.byId("acq-po-cancel-reason"),
"orgLimitPerms": ["CREATE_PURCHASE_ORDER"],
- "forceSync": true
+ "forceSync": true,
+ "searchOptions" : {order_by : {"acqcr":"label"}}
});
widget.build(
function(w, ww) {