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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-2 / +1 lines)
Lines 1732-1738 Link Here
1732
        items_tab_ids.forEach( function( tab_id, index ) {
1732
        items_tab_ids.forEach( function( tab_id, index ) {
1733
1733
1734
            // Early return if the tab is not shown (ie. no table)
1734
            // Early return if the tab is not shown (ie. no table)
1735
            if (!$("#%s-tab".format(tab_id)).length) return;
1735
            if (!$("#%s_table".format(tab_id)).length) return;
1736
            [% IF Koha.Preference('AlwaysShowHoldingsTableFilters') %]
1736
            [% IF Koha.Preference('AlwaysShowHoldingsTableFilters') %]
1737
                build_items_table(tab_id, true, {}, build_items_table_drawncallback);
1737
                build_items_table(tab_id, true, {}, build_items_table_drawncallback);
1738
            [% ELSE %]
1738
            [% ELSE %]
1739
- 

Return to bug 40127