From: Bill Erickson Date: Wed, 19 Jan 2022 17:14:25 +0000 (-0500) Subject: LP1904036 ng lint X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=672b966bf637339d889bc25c5b97d4fd6d4b420b;p=evergreen%2Fpines.git LP1904036 ng lint Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/eg2/src/app/staff/share/circ/circ.service.ts b/Open-ILS/src/eg2/src/app/staff/share/circ/circ.service.ts index 06366fc656..dfd3afb92a 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/circ/circ.service.ts +++ b/Open-ILS/src/eg2/src/app/staff/share/circ/circ.service.ts @@ -928,7 +928,7 @@ export class CircService { 'info.checkin.transit.hold' : 'info.checkin.transit'); if (params.noop) { - console.debug("Skipping route dialog on 'noop' checkin"); + console.debug('Skipping route dialog on "noop" checkin'); return Promise.resolve(result); } diff --git a/Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.ts b/Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.ts index dd5997a6f9..3aa19157bf 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/share/holds/grid.component.ts @@ -296,11 +296,6 @@ export class HoldsGridComponent implements OnInit { filters.fulfillment_time = null; } - if (this._showCanceledSince) { - filters.cancel_time = this._showCanceledSince.toISOString(); - } else { - filters.cancel_time = null; - } if (this.hopeless) { filters['hopeless_holds'] = { diff --git a/Open-ILS/src/eg2/src/app/staff/share/patron/penalty-dialog.component.ts b/Open-ILS/src/eg2/src/app/staff/share/patron/penalty-dialog.component.ts index eeaf2dc16d..ec0717f839 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/patron/penalty-dialog.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/share/patron/penalty-dialog.component.ts @@ -71,7 +71,6 @@ export class PatronPenaltyDialogComponent init(): Observable { this.dataLoaded = false; - this.patronMessage = 0; this.initials = ''; this.noteText = '';