| Paste number 59821: | getJUBTitle |
| Pasted by: | djfiander |
| 7 months, 4 days ago | |
| #openils-evergreen | Context in IRC logs | |
| 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.