LP1904036 lint
authorBill Erickson <berickxx@gmail.com>
Thu, 22 Apr 2021 18:56:39 +0000 (14:56 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Fri, 28 Oct 2022 00:13:32 +0000 (20:13 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/circ/checkin/checkin.component.ts
Open-ILS/src/eg2/src/app/staff/share/worklog/worklog.service.ts

index 4a8a6d6..357a2b2 100644 (file)
@@ -353,7 +353,7 @@ export class CheckinComponent implements OnInit, AfterViewInit {
 
         const row = rows[0];
         if (row.record) {
-            const id = row.record.doc_id()
+            const id = row.record.doc_id();
 
             const url = this.ngLocation.prepareExternalUrl(
                 `/staff/catalog/record/${id}/holds`);
index 5d284d3..8fe3cc1 100644 (file)
@@ -9,7 +9,7 @@ export interface WorkLogEntry {
     when?: Date;
     msg?: string;
     action?: string;
-    actor?: string // staff username
+    actor?: string; // staff username
     item?: string; // barcode
     item_id?: number;
     user?: string; // patron family name