@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/js/vue/fetch/http-client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/js/vue/fetch/http-client.js +++ a/koha-tmpl/intranet-tmpl/prog/js/vue/fetch/http-client.js @@ -62,7 +62,7 @@ class HttpClient { parseResponse: false, ...params.options, method: "DELETE", - }); + }, true); } count(params = {}) { --