Remove the cancel reason label displayed in the lineitem list pages
since the cancel reason is now displayed as the lineitem status for
cancelled lineitems.
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
<span attr='pubdate'></span>
<span attr='publisher'></span>
<span name='source_label'></span>
- <span name='cancel_reason'></span>
</td>
</tr>
<tr>
dojo.forEach(tds, function(td) {self.setRowAttr(td, liWrapper, td.getAttribute('attr'), td.getAttribute('attr_type'));});
dojo.query('[name=source_label]', row)[0].appendChild(document.createTextNode(li.source_label()));
- if (li.cancel_reason() && typeof li.cancel_reason() == 'object') {
- dojo.query('[name=cancel_reason]', row)[0].appendChild(
- document.createTextNode(li.cancel_reason().label()));
- }
-
// so we can scroll to it later
dojo.query('[name=bib-info-cell]', row)[0].id = 'li-title-ref-' + li.id();