From: Bill Erickson Date: Wed, 12 Aug 2020 22:18:07 +0000 (-0400) Subject: LP1904036 Patron search form improvements X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f82775671e840f8aa36faac647a24819c68632f5;p=Evergreen.git LP1904036 Patron search form improvements 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/patron/search.component.ts b/Open-ILS/src/eg2/src/app/staff/share/patron/search.component.ts index e5a7775f07..b2a4b5b316 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/patron/search.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/share/patron/search.component.ts @@ -38,6 +38,8 @@ export class PatronSearchComponent implements OnInit, AfterViewInit { // Fired on dbl-click of a search result row. @Output() patronsSelected: EventEmitter; + + // Fired on single click of a search results row @Output() patronsClicked: EventEmitter; search: any = {};