diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/fetch/system-preferences-api-client.js b/koha-tmpl/intranet-tmpl/prog/js/vue/fetch/system-preferences-api-client.js index f11906630f..9e08afe8cf 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/fetch/system-preferences-api-client.js +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/fetch/system-preferences-api-client.js @@ -11,7 +11,7 @@ export class SysprefAPIClient extends HttpClient { return { get: (variable) => this.get({ - endpoint: `/?pref=${variable}`, + endpoint: "/?pref=" + variable, }), update: (variable, value) => this.post({