From: Bill Erickson Date: Thu, 19 Aug 2021 16:03:39 +0000 (-0400) Subject: LP1904036 Checkin route dialog sanity/data checks X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=393d3551a289323e3ff958f382d9d2418ce7a66e;p=evergreen%2Fpines.git LP1904036 Checkin route dialog sanity/data checks Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/eg2/src/app/staff/share/circ/circ.service.ts b/Open-ILS/src/eg2/src/app/staff/share/circ/circ.service.ts index 422dddadd4..9e31e23f07 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/circ/circ.service.ts +++ b/Open-ILS/src/eg2/src/app/staff/share/circ/circ.service.ts @@ -760,7 +760,8 @@ export class CircService { if (patronId) { promise = promise.then(_ => { - return this.pcrud.retrieve('au', patronId) + return this.pcrud.retrieve('au', patronId, + {flesh: 1, flesh_fields : {'au' : ['card']}}) .toPromise().then(p => result.patron = p); }); } diff --git a/Open-ILS/src/eg2/src/app/staff/share/circ/route-dialog.component.html b/Open-ILS/src/eg2/src/app/staff/share/circ/route-dialog.component.html index 108d2fad35..920b326d74 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/circ/route-dialog.component.html +++ b/Open-ILS/src/eg2/src/app/staff/share/circ/route-dialog.component.html @@ -94,7 +94,7 @@
- checkin.destination + Destination {{checkin.destOrg.shortname()}}
{{checkin.destCourierCode}}
@@ -115,7 +115,7 @@
-
+