funds: fix lint
authorGalen Charlton <gmc@equinoxOLI.org>
Fri, 4 Jun 2021 15:44:04 +0000 (11:44 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Fri, 4 Jun 2021 15:44:04 +0000 (11:44 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/admin/acq/funds/fund-details-dialog.component.ts

index f4e0524..662e9f1 100644 (file)
@@ -84,10 +84,10 @@ export class FundDetailsDialogComponent
                 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,
@@ -158,7 +158,7 @@ export class FundDetailsDialogComponent
                 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'],