Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
'info.checkin.transit.hold' : 'info.checkin.transit');
if (params.noop) {
- console.debug("Skipping route dialog on 'noop' checkin");
+ console.debug('Skipping route dialog on "noop" checkin');
return Promise.resolve(result);
}
filters.fulfillment_time = null;
}
- if (this._showCanceledSince) {
- filters.cancel_time = this._showCanceledSince.toISOString();
- } else {
- filters.cancel_time = null;
- }
if (this.hopeless) {
filters['hopeless_holds'] = {
init(): Observable<any> {
this.dataLoaded = false;
- this.patronMessage = 0;
this.initials = '';
this.noteText = '';