Lines 46-52
Link Here
|
46 |
[% UNLESS checkouts %][% checkouts = [] %][% END %] |
46 |
[% UNLESS checkouts %][% checkouts = [] %][% END %] |
47 |
[% UNLESS old_checkouts %][% old_checkouts = [] %][% END %] |
47 |
[% UNLESS old_checkouts %][% old_checkouts = [] %][% END %] |
48 |
[% SET all_checkouts = checkouts.merge(old_checkouts) %] |
48 |
[% SET all_checkouts = checkouts.merge(old_checkouts) %] |
49 |
[% UNLESS CAN_user_borrowers_view_checkout_history %] |
49 |
[% UNLESS (CAN_user_borrowers_view_checkout_history && Koha.Preference('intranetreadinghistory')) %] |
50 |
<div class="alert alert-warning">Staff members are not allowed to access patron's checkout history</div> |
50 |
<div class="alert alert-warning">Staff members are not allowed to access patron's checkout history</div> |
51 |
[% ELSIF is_anonymous %] |
51 |
[% ELSIF is_anonymous %] |
52 |
<div class="alert alert-warning">This is the anonymous patron, so no circulation history is displayed. To get a list of anonymized loans, please run a report.</div> |
52 |
<div class="alert alert-warning">This is the anonymous patron, so no circulation history is displayed. To get a list of anonymized loans, please run a report.</div> |
53 |
- |
|
|