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

(-)a/koha-tmpl/intranet-tmpl/prog/js/vue/fetch/acquisition-api-client.js (-2 / +1 lines)
Lines 13-19 export class AcquisitionAPIClient extends HttpClient { Link Here
13
                this.getAll({
13
                this.getAll({
14
                    endpoint: "vendors",
14
                    endpoint: "vendors",
15
                    query,
15
                    query,
16
                    params,
16
                    params: { _order_by: "name", ...params },
17
                    headers: {
17
                    headers: {
18
                        "x-koha-embed": "aliases",
18
                        "x-koha-embed": "aliases",
19
                    },
19
                    },
20
- 

Return to bug 35885