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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt (-1 / +1 lines)
Lines 127-133 Link Here
127
127
128
[% MACRO jsinclude BLOCK %]
128
[% MACRO jsinclude BLOCK %]
129
    [% INCLUDE 'datatables.inc' %]
129
    [% INCLUDE 'datatables.inc' %]
130
    <script id="js">
130
    <script>
131
        $(document).ready(function() {
131
        $(document).ready(function() {
132
            var table_settings = [% TablesSettings.GetTableSettings('catalogue', 'detail', 'checkoutshistory-table', 'json') | $raw %];
132
            var table_settings = [% TablesSettings.GetTableSettings('catalogue', 'detail', 'checkoutshistory-table', 'json') | $raw %];
133
            [% UNLESS show_patron_column %]
133
            [% UNLESS show_patron_column %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt (-2 / +1 lines)
Lines 163-169 Link Here
163
    [% INCLUDE 'modals/checkout_renewals.inc' %]
163
    [% INCLUDE 'modals/checkout_renewals.inc' %]
164
    [% INCLUDE 'js-date-format.inc' %]
164
    [% INCLUDE 'js-date-format.inc' %]
165
    [% Asset.js("js/checkout_renewals_modal.js") | $raw %]
165
    [% Asset.js("js/checkout_renewals_modal.js") | $raw %]
166
    <script id="js">
166
    <script>
167
        $(document).ready(function() {
167
        $(document).ready(function() {
168
            [% IF Koha.Preference('RecordStaffUserOnCheckout') %]
168
            [% IF Koha.Preference('RecordStaffUserOnCheckout') %]
169
                // FIXME This cannot work without bKohaColumnsUseNames
169
                // FIXME This cannot work without bKohaColumnsUseNames
170
- 

Return to bug 41560