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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/fetch/erm-api-client.js (-2 / +1 lines)
Lines 250-256 export class ERMAPIClient extends HttpClient { Link Here
250
                }),
250
                }),
251
            patch: (id, body) =>
251
            patch: (id, body) =>
252
                this.patch({
252
                this.patch({
253
                    endpoint: "eholdings/ebsco/packages/" + id,
253
                    endpoint: "eholdings/ebsco/resources/" + id,
254
                    body,
254
                    body,
255
                }),
255
                }),
256
        };
256
        };
257
- 

Return to bug 33485