View | Details | Raw Unified | Return to bug 36956
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/fetch/erm-api-client.js (-2 / +1 lines)
Lines 263-269 export class ERMAPIClient extends HttpClient { Link Here
263
                    endpoint: "usage_data_providers/" + id,
263
                    endpoint: "usage_data_providers/" + id,
264
                }),
264
                }),
265
            getAll: query =>
265
            getAll: query =>
266
                this.get({
266
                this.getAll({
267
                    endpoint: "usage_data_providers",
267
                    endpoint: "usage_data_providers",
268
                    query,
268
                    query,
269
                    query,
269
                    query,
270
- 

Return to bug 36956