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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt (-2 / +1 lines)
Lines 175-181 Link Here
175
            libraries: all_libraries,
175
            libraries: all_libraries,
176
        };
176
        };
177
177
178
        const show_itemtype_column = [% Koha.Preference('AllowHoldItemTypeSelection') ? 1 : 0 %];
178
        const show_itemtype_column = [% Koha.Preference('AllowHoldItemTypeSelection') ? 1 : 0 | html %];
179
    </script>
179
    </script>
180
    <script>
180
    <script>
181
        $(document).ready(function() {
181
        $(document).ready(function() {
182
- 

Return to bug 41457