Signed-off-by: Bill Erickson <berickxx@gmail.com>
this.store.getItem('circ.staff_placed_holds_fallback_to_ws_ou')
.then(setting => this.puLibWsFallback = setting === true)
- .then(_ => this.worklog.loadSettings())
+ .then(_ => this.worklog.loadSettings());
this.org.list().forEach(org => {
if (org.ou_type().can_have_vols() === 'f') {
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`);
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