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

(-)a/koha-tmpl/intranet-tmpl/prog/js/fetch/api-client.js (-1 / +3 lines)
Lines 180-185 const createClientProxy = loader => { Link Here
180
};
180
};
181
181
182
export const APIClient = {
182
export const APIClient = {
183
    additional_fields: createClientProxy(
184
        () => import("./additional-fields-api-client.js")
185
    ),
183
    article_request: createClientProxy(
186
    article_request: createClientProxy(
184
        () => import("./article-request-api-client.js")
187
        () => import("./article-request-api-client.js")
185
    ),
188
    ),
186
- 

Return to bug 37829