Lines 76-82
Link Here
|
76 |
[% BLOCK build_items_table_js %] |
76 |
[% BLOCK build_items_table_js %] |
77 |
<script> |
77 |
<script> |
78 |
|
78 |
|
79 |
let hide_patron_name = [% !Koha.Preference('HidePatronName') ? 'false' : 'true' %]; |
79 |
let hide_patron_name = [% IF Koha.Preference('HidePatronName') %]true[% ELSE %]false[% END %]; |
80 |
[% IF StaffDetailItemSelection %] |
80 |
[% IF StaffDetailItemSelection %] |
81 |
|
81 |
|
82 |
let items_selection = {}; |
82 |
let items_selection = {}; |
83 |
- |
|
|