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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/columns_settings.tt (-2 / +1 lines)
Lines 150-156 Link Here
150
                                [% END %]
150
                                [% END %]
151
151
152
                                [%# No other exceptions should be added here! %]
152
                                [%# No other exceptions should be added here! %]
153
                                [% IF modulename != 'opac' && pagename != 'itemsearch' %]
153
                                [% IF modulename != 'opac' && pagename != 'itemsearch' && tablename != 'holdings_table' && tablename != 'otherholdings_table' %]
154
                                    <p>
154
                                    <p>
155
                                        [% SET option_name = pagename _ "|" _ tablename _ "_default_save_state" %]
155
                                        [% SET option_name = pagename _ "|" _ tablename _ "_default_save_state" %]
156
                                        <label for="[% option_name | html %]" title="Save the column visibility, length of the table and order in session">Save configuration state on page change:</label>
156
                                        <label for="[% option_name | html %]" title="Save the column visibility, length of the table and order in session">Save configuration state on page change:</label>
157
- 

Return to bug 38482