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=c65933206a549692e2ec551e6467b77319c20868;p=working%2FEvergreen.git LP1904036 Patron search form improvements Signed-off-by: Bill Erickson --- 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 = {};