Lines 43-48
Link Here
|
43 |
[% INCLUDE 'members-toolbar.inc' %] |
43 |
[% INCLUDE 'members-toolbar.inc' %] |
44 |
<h1>Circulation history</h1> |
44 |
<h1>Circulation history</h1> |
45 |
|
45 |
|
|
|
46 |
[% UNLESS checkouts %][% checkouts = [] %][% END %] |
47 |
[% UNLESS old_checkouts %][% old_checkouts = [] %][% END %] |
46 |
[% SET all_checkouts = checkouts.merge(old_checkouts) %] |
48 |
[% SET all_checkouts = checkouts.merge(old_checkouts) %] |
47 |
[% UNLESS Koha.Preference('intranetreadinghistory') %] |
49 |
[% UNLESS Koha.Preference('intranetreadinghistory') %] |
48 |
<div class="dialog alert">Staff members are not allowed to access patron's checkout history</div> |
50 |
<div class="dialog alert">Staff members are not allowed to access patron's checkout history</div> |
49 |
- |
|
|