Clear the patron barcode from the barcode input when toggling the holds
placement form to request a hold for the logged in staff account.
Otherwise, the barcode sticks around and could cause confusion.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Michele Morgan <mmorgan@noblenet.org>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
this.userBarcodeChanged();
}
} else {
- // To bypass the dupe check.
- this.currentUserBarcode = '_' + this.requestor.id();
+ this.userBarcode = null;
+ this.currentUserBarcode = null;
this.getUser(this.requestor.id());
}
}