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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc (-2 / +1 lines)
Lines 134-140 Link Here
134
                    [% END %]
134
                    [% END %]
135
                [% END %]
135
                [% END %]
136
                [% IF Koha.Preference('intranetreadinghistory') %]
136
                [% IF Koha.Preference('intranetreadinghistory') %]
137
                    [% IF ( privacy == 2 ) %]
137
                    [% IF ( patron.privacy == 2 ) %]
138
                        <li data-bs-toggle="tooltip" data-bs-placement="left" title="Not allowed by patron's privacy settings">
138
                        <li data-bs-toggle="tooltip" data-bs-placement="left" title="Not allowed by patron's privacy settings">
139
                            <a class="dropdown-item disabled" aria-disabled="true" id="exportbarcodes" href="#">Export today's checked in barcodes</a>
139
                            <a class="dropdown-item disabled" aria-disabled="true" id="exportbarcodes" href="#">Export today's checked in barcodes</a>
140
                        </li>
140
                        </li>
141
- 

Return to bug 37807