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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc (-2 / +3 lines)
Lines 836-842 Link Here
836
                    });
836
                    });
837
                [% END %]
837
                [% END %]
838
838
839
                update_columns_visibility(settings);
839
                if ( api.data().length ) {
840
                    update_columns_visibility(settings);
841
                }
840
842
841
                if ( drawcallback ) { drawcallback(this); }
843
                if ( drawcallback ) { drawcallback(this); }
842
            },
844
            },
843
- 

Return to bug 38240