| Paste number 59821: | getJUBTitle |
| Pasted by: | djfiander |
| When: | 1 year, 2 months ago |
| Share: | Tweet this! | http://paste.lisp.org/+1A5P |
| Channel: | #openils-evergreen |
| Paste contents: |
function getJUBTitle(rowIndex) {
data = pickListGrid.model.getRow(rowIndex);
if (!data) return;
alert("getJUBTitle: " + js2JSON(data));
return "Title";
return openils.acq.Picklist.find_attr(data, "title", "lineitem_marc_attr_definition")
}
This paste has no annotations.