]> git.koha-community.org Git - koha.git/commit
Bug 36084: svc - authorised_values - APIClient now global
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 14 Feb 2024 15:34:20 +0000 (16:34 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 1 Mar 2024 10:00:44 +0000 (11:00 +0100)
commit40cfd29b83c67b06d1edeb0567ca1188fbe0df87
tree856804e68fbd2d170f43d0226321f8e7fe664a39
parent8b1871f5cfef6475bd68a9fd163e3dc537c0f733
Bug 36084: svc - authorised_values - APIClient now global

APIClient is not a global variable, which will make the next changes
much easier!

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/includes/doc-head-close.inc
koha-tmpl/intranet-tmpl/prog/en/modules/circ/article-requests.tt
koha-tmpl/intranet-tmpl/prog/en/modules/circ/request-article.tt
koha-tmpl/intranet-tmpl/prog/js/cataloging.js
koha-tmpl/intranet-tmpl/prog/js/fetch/api-client.js
koha-tmpl/intranet-tmpl/prog/js/fetch/authorised-value-api-client.js [new file with mode: 0644]