From: Mike Rylander Date: Fri, 27 Mar 2020 18:53:00 +0000 (-0400) Subject: XXX: Stub function to allow compilation X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=905eba04d0e50f6cd3027179950e6e2e0cc94c71;p=working%2FEvergreen.git XXX: Stub function to allow compilation Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/eg2/src/app/staff/acq/provider/provider-details.component.ts b/Open-ILS/src/eg2/src/app/staff/acq/provider/provider-details.component.ts index 07d3b000d2..f018a81bb8 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/provider/provider-details.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/acq/provider/provider-details.component.ts @@ -39,6 +39,8 @@ export class ProviderDetailsComponent implements OnInit { this.refresh(); } + updateProvider(x: any) {} + refresh() { this.providerRecord.refreshCurrent().then(() => { this.provider = this.providerRecord.current();