Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
dueDate: string;
dueDateOptions: 0 | 1 | 2 = 0; // auto date; specific date; session date
printOnComplete = true;
+ strictBarcode = false;
private copiesInFlight: {[barcode: string]: boolean} = {};
noPrint.includes('Checkout')
);
});
+
+ this.serverStore.getItem('circ.checkout.strict_barcode')
+ .then(strict => this.strictBarcode = strict);
}
ngAfterViewInit() {