LP1904036 More lint
authorBill Erickson <berickxx@gmail.com>
Wed, 13 Jul 2022 19:17:31 +0000 (15:17 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Fri, 28 Oct 2022 00:13:40 +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/share/circ/circ.service.ts

index 443612c..61ae549 100644 (file)
@@ -1275,7 +1275,7 @@ export class CircService {
         return this.components.badBarcodeDialog.open().toPromise()
         // Avoid prompting again on an override
         .then(response => {
-            params._checkbarcode = false
+            params._checkbarcode = false;
             return response;
         });
     }