row.dest_fund().year() + ') (' +
this.getOrgShortname(row.dest_fund().org()) + ')',
funding_source: row =>
- row.funding_source().code() + ' (' +
+ row.funding_source().code() + ' (' +
this.getOrgShortname(row.funding_source().owner()) + ')',
funding_source_credit: row =>
- row.funding_source_credit().funding_source().code() + ' (' +
+ row.funding_source_credit().funding_source().code() + ' (' +
this.getOrgShortname(row.funding_source_credit().funding_source().owner()) + ')',
li: row => row.li_id,
po: row => row.po_name,
search.push({ fund: this.fundId });
searchOps['flesh'] = 3;
searchOps['flesh_fields'] = {
- 'acqfdeb': ['invoice_entry','invoice_items','po_items','lineitem_details'],
+ 'acqfdeb': ['invoice_entry', 'invoice_items', 'po_items', 'lineitem_details'],
'acqie': ['invoice', 'purchase_order', 'lineitem'],
'acqii': ['invoice'],
'acqpoi': ['purchase_order'],