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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc (-4 / +3 lines)
Lines 226-232 Link Here
226
    [%# In case or SeparateHoldings we may need to display the number of biblios in each tab %]
226
    [%# In case or SeparateHoldings we may need to display the number of biblios in each tab %]
227
    [%# Do we need separate/new endpoints or do we hack the somewhere client-side? %]
227
    [%# Do we need separate/new endpoints or do we hack the somewhere client-side? %]
228
    let item_table_url = "/api/v1/biblios/[% biblio.biblionumber | uri %]/items?";
228
    let item_table_url = "/api/v1/biblios/[% biblio.biblionumber | uri %]/items?";
229
    let embed = ["+strings,checkout,checkout.patron,transfer,transfer+strings,first_hold,first_hold+strings,first_hold.patron,first_hold.desk"];
229
    let embed = ["+strings,home_library,holding_library,checkout,checkout.patron,transfer,transfer+strings,first_hold,first_hold+strings,first_hold.patron,first_hold.desk"];
230
    [% IF Koha.Preference('LocalCoverImages') %]
230
    [% IF Koha.Preference('LocalCoverImages') %]
231
        embed.push('cover_image_ids');
231
        embed.push('cover_image_ids');
232
    [% END %]
232
    [% END %]
Lines 372-378 Link Here
372
            },
372
            },
373
            [% END %]
373
            [% END %]
374
            {
374
            {
375
                data: "me.holding_library_id",
375
                data: "me.holding_library_id:holding_library.name",
376
                className: "location",
376
                className: "location",
377
                searchable: true,
377
                searchable: true,
378
                orderable: true,
378
                orderable: true,
Lines 381-387 Link Here
381
                }
381
                }
382
            },
382
            },
383
            {
383
            {
384
                data: "me.home_library_id",
384
                data: "me.home_library_id:home_library.name",
385
                className: "homebranch",
385
                className: "homebranch",
386
                searchable: true,
386
                searchable: true,
387
                orderable: true,
387
                orderable: true,
388
- 

Return to bug 38130