XXX: Stub function to allow compilation
authorMike Rylander <mrylander@gmail.com>
Fri, 27 Mar 2020 18:53:00 +0000 (14:53 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Fri, 27 Mar 2020 21:34:20 +0000 (17:34 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/eg2/src/app/staff/acq/provider/provider-details.component.ts

index 07d3b00..f018a81 100644 (file)
@@ -39,6 +39,8 @@ export class ProviderDetailsComponent implements OnInit {
         this.refresh();
     }
 
+    updateProvider(x: any) {}
+
     refresh() {
         this.providerRecord.refreshCurrent().then(() => {
             this.provider = this.providerRecord.current();