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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc (-3 / +3 lines)
Lines 1-4 Link Here
1
[% USE To %]
1
[% USE To %]
2
[% USE tojson = To %]
2
[% USE Koha %]
3
[% USE Koha %]
3
[% USE Branches %]
4
[% USE Branches %]
4
[% USE AuthorisedValues %]
5
[% USE AuthorisedValues %]
Lines 234-241 Link Here
234
    };
235
    };
235
236
236
    let table_nodes = {
237
    let table_nodes = {
237
        holdings: '[% PROCESS 'build_table' tab="holdings" | collapse %]',
238
        holdings: "[% PROCESS 'build_table' tab="holdings" | collapse | $tojson %]",
238
        otherholdings: '[% PROCESS 'build_table' tab="otherholdings" | collapse %]',
239
        otherholdings: "[% PROCESS 'build_table' tab="otherholdings" | collapse | $tojson %]",
239
    };
240
    };
240
    function build_items_table (tab_id, add_filters, dt_options, drawcallback) {
241
    function build_items_table (tab_id, add_filters, dt_options, drawcallback) {
241
242
242
- 

Return to bug 33568