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 207-213 Link Here
207
    [%# In case or SeparateHoldings we may need to display the number of biblios in each tab %]
207
    [%# In case or SeparateHoldings we may need to display the number of biblios in each tab %]
208
    [%# Do we need separate/new endpoints or do we hack the somewhere client-side? %]
208
    [%# Do we need separate/new endpoints or do we hack the somewhere client-side? %]
209
    let item_table_url = "/api/v1/biblios/[% biblio.biblionumber | uri %]/items?";
209
    let item_table_url = "/api/v1/biblios/[% biblio.biblionumber | uri %]/items?";
210
    let embed = ["+strings,checkout,checkout.patron,transfer,transfer+strings,first_hold,first_hold+strings,first_hold.patron,first_hold.desk"];
210
    let embed = ["+strings,home_library,holding_library,checkout,checkout.patron,transfer,transfer+strings,first_hold,first_hold+strings,first_hold.patron,first_hold.desk"];
211
    [% IF Koha.Preference('LocalCoverImages') %]
211
    [% IF Koha.Preference('LocalCoverImages') %]
212
        embed.push('cover_image_ids');
212
        embed.push('cover_image_ids');
213
    [% END %]
213
    [% END %]
Lines 350-356 Link Here
350
            },
350
            },
351
            [% END %]
351
            [% END %]
352
            {
352
            {
353
                data: "me.holding_library_id",
353
                data: "me.holding_library_id:holding_library.name",
354
                className: "location",
354
                className: "location",
355
                searchable: true,
355
                searchable: true,
356
                orderable: true,
356
                orderable: true,
Lines 359-365 Link Here
359
                }
359
                }
360
            },
360
            },
361
            {
361
            {
362
                data: "me.home_library_id",
362
                data: "me.home_library_id:home_library.name",
363
                className: "homebranch",
363
                className: "homebranch",
364
                searchable: true,
364
                searchable: true,
365
                orderable: true,
365
                orderable: true,
366
- 

Return to bug 38130