From b7532be94a8f720c26954973808ac85425016423 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 21 Sep 2022 11:40:29 -0400 Subject: [PATCH] LP1952931 ASN eg2 lint repairs Signed-off-by: Bill Erickson --- Open-ILS/src/eg2/src/app/staff/acq/asn/asn.component.ts | 5 +---- Open-ILS/src/eg2/src/app/staff/acq/asn/receive.component.html | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/acq/asn/asn.component.ts b/Open-ILS/src/eg2/src/app/staff/acq/asn/asn.component.ts index aa8babe340..28314ad56d 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/asn/asn.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/acq/asn/asn.component.ts @@ -5,13 +5,10 @@ import {IdlObject} from '@eg/core/idl.service'; @Component({ templateUrl: 'asn.component.html' }) -export class AsnComponent implements OnInit { +export class AsnComponent { constructor( private route: ActivatedRoute, ) {} - - ngOnInit() { - } } diff --git a/Open-ILS/src/eg2/src/app/staff/acq/asn/receive.component.html b/Open-ILS/src/eg2/src/app/staff/acq/asn/receive.component.html index cfab24ef3e..7df43c3bd5 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/asn/receive.component.html +++ b/Open-ILS/src/eg2/src/app/staff/acq/asn/receive.component.html @@ -153,7 +153,7 @@ across different vendors to match a container code.
{{liWantedCount(li.id)}}
{{li.lids.length}}
-- 2.11.0