fixup collab/gmcharlt/angular-acq-providers-wip1
authorGalen Charlton <gmc@equinoxinitiative.org>
Tue, 8 Sep 2020 20:11:06 +0000 (16:11 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Tue, 8 Sep 2020 20:11:06 +0000 (16:11 -0400)
Open-ILS/src/eg2/src/app/staff/acq/provider/provider-results.component.ts

index 45d2981..f557580 100644 (file)
@@ -66,7 +66,7 @@ export class ProviderResultsComponent implements OnInit {
     }
 
     retrieveRow(rows: IdlObject[]) {
-        this.summarize.emit(rows[0].id());
+        this.desireSummarize.emit(rows[0].id());
     }
 
     resetSearch() {