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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/fetch/additional-fields-api-client.js (-2 / +1 lines)
Lines 11-17 export class AdditionalFieldsAPIClient extends HttpClient { Link Here
11
        return {
11
        return {
12
            getAll: tablename =>
12
            getAll: tablename =>
13
                this.get({
13
                this.get({
14
                    endpoint: "?tablename=" + tablename,
14
                    endpoint: "?table_name=" + tablename,
15
                }),
15
                }),
16
        };
16
        };
17
    }
17
    }
18
- 

Return to bug 35287