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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/fetch/http-client.js (-2 / +1 lines)
Lines 62-68 class HttpClient { Link Here
62
            parseResponse: false,
62
            parseResponse: false,
63
            ...params.options,
63
            ...params.options,
64
            method: "DELETE",
64
            method: "DELETE",
65
        });
65
        }, true);
66
    }
66
    }
67
67
68
    count(params = {}) {
68
    count(params = {}) {
69
- 

Return to bug 32939