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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/fetch/acquisition-api-client.js (-2 / +1 lines)
Lines 10-16 export class AcquisitionAPIClient extends HttpClient { Link Here
10
    get vendors() {
10
    get vendors() {
11
        return {
11
        return {
12
            getAll: (query, params) =>
12
            getAll: (query, params) =>
13
                this.get({
13
                this.getAll({
14
                    endpoint: "vendors",
14
                    endpoint: "vendors",
15
                    query,
15
                    query,
16
                    params,
16
                    params,
17
- 

Return to bug 36392